From 915e4e0af52e936979d6e0e7dc149dfcb5ffe1d0 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 27 Dec 2005 22:56:33 +0000 Subject: [PATCH] Leave pdc64.gif out of archives. --- Makefile.in | 12 ++++++------ dos/gccdos.mak | 1 - makezip.cmd | 1 - 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 18918b1d..f016cdc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,7 +67,7 @@ xcurses.h: zip: xcurses.h zip -y pdcurs$(VER) README INSTALL TODO Makefile.in config.h.in configure xcurses-config.in \ - configure.in config.guess config.sub install-sh aclocal.m4 pdc64.gif \ + configure.in config.guess config.sub install-sh aclocal.m4 \ curses.h xcurses.h curspriv.h panel.h term.h maintain.er readme.* \ pdcurses/README pdcurses/*.c demos/*.c demos/*.h \ common/accommon.m4 \ @@ -83,14 +83,14 @@ zip: xcurses.h # flexos/README flexos/*.c \ # dos/*.ini os2/*.ini \ # os2/*.rsp win32/*.rsp \ -# makezip.cmd \ +# pdc64.gif makezip.cmd \ dist: xcurses.h (cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/INSTALL $(PDC_DIR)/TODO $(PDC_DIR)/Makefile.in \ $(PDC_DIR)/config.h.in $(PDC_DIR)/configure $(PDC_DIR)/config.guess $(PDC_DIR)/aclocal.m4 $(PDC_DIR)/common/accommon.m4 $(PDC_DIR)/xcurses-config.in \ $(PDC_DIR)/config.sub $(PDC_DIR)/configure.in $(PDC_DIR)/install-sh $(PDC_DIR)/curses.h $(PDC_DIR)/xcurses.h \ $(PDC_DIR)/curspriv.h $(PDC_DIR)/panel.h $(PDC_DIR)/term.h \ - $(PDC_DIR)/pdc64.gif $(PDC_DIR)/maintain.er $(PDC_DIR)/readme.* \ + $(PDC_DIR)/maintain.er $(PDC_DIR)/readme.* \ $(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.man \ $(PDC_DIR)/panel/README $(PDC_DIR)/panel/*.c $(PDC_DIR)/*.spec \ $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c $(PDC_DIR)/dos/*.rsp $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \ @@ -105,14 +105,14 @@ dist: xcurses.h # $(PDC_DIR)/flexos/README $(PDC_DIR)/flexos/*.c \ # $(PDC_DIR)/dos/*.ini $(PDC_DIR)/os2/*.ini \ # $(PDC_DIR)/os2/*.rsp $(PDC_DIR)/win32/*.rsp \ -# $(PDC_DIR)/makezip.cmd \ +# $(PDC_DIR)/pdc64.gif $(PDC_DIR)/makezip.cmd \ tar: xcurses.h (cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/INSTALL $(PDC_DIR)/TODO $(PDC_DIR)/Makefile.in \ $(PDC_DIR)/config.h.in $(PDC_DIR)/configure $(PDC_DIR)/config.guess $(PDC_DIR)/aclocal.m4 $(PDC_DIR)/common/accommon.m4 $(PDC_DIR)/xcurses-config.in \ $(PDC_DIR)/config.sub $(PDC_DIR)/configure.in $(PDC_DIR)/install-sh $(PDC_DIR)/curses.h $(PDC_DIR)/xcurses.h \ $(PDC_DIR)/curspriv.h $(PDC_DIR)/panel.h $(PDC_DIR)/term.h \ - $(PDC_DIR)/pdc64.gif $(PDC_DIR)/maintain.er $(PDC_DIR)/readme.* \ + $(PDC_DIR)/maintain.er $(PDC_DIR)/readme.* \ $(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.man \ $(PDC_DIR)/panel/README $(PDC_DIR)/panel/*.c $(PDC_DIR)/*.spec \ $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c $(PDC_DIR)/dos/*.rsp $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \ @@ -127,7 +127,7 @@ tar: xcurses.h # $(PDC_DIR)/flexos/README $(PDC_DIR)/flexos/*.c \ # $(PDC_DIR)/dos/*.ini $(PDC_DIR)/os2/*.ini \ # $(PDC_DIR)/os2/*.rsp $(PDC_DIR)/win32/*.rsp \ -# $(PDC_DIR)/makezip.cmd \ +# $(PDC_DIR)/pdc64.gif $(PDC_DIR)/makezip.cmd \ rpm: dist cp $(srcdir)/../PDCurses-$(VER_DOT).tar.gz /usr/src/redhat/SOURCES diff --git a/dos/gccdos.mak b/dos/gccdos.mak index 4daaeaa7..adba09af 100644 --- a/dos/gccdos.mak +++ b/dos/gccdos.mak @@ -354,7 +354,6 @@ dist: $(PDCLIBS) echo $(PDCURSES_HOME)\maintain.er >> flist echo $(PDCURSES_HOME)\INSTALL >> flist echo $(PDCURSES_HOME)\TODO >> flist - echo $(PDCURSES_HOME)\pdc64.gif >> flist echo $(LIBCURSES) >> flist echo $(LIBPANEL) >> flist zip -j pdc$(VER)djg -@