Skip to content

Commit 6909c66

Browse files
committed
Archive the new .def files, and don't try to archive the old ones.
1 parent 4ad05be commit 6909c66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ manual:
6666
cd doc; $(MAKE) $(MFLAGS) $@
6767

6868
$(ZIPFILE):
69-
zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif \
69+
zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif *.def \
7070
Makefile.in config.h.in configure configure.ac config.guess \
7171
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \
7272
curspriv.h panel.h term.h pdcurses/README \
7373
pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \
7474
dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \
75-
os2/*.lrf os2/*.def sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \
76-
win32/README win32/*.c win32/*.h win32/*.mak win32/*.def \
75+
os2/*.lrf sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \
76+
win32/README win32/*.c win32/*.h win32/*.mak \
7777
win32/*.ico win32/*.rc x11/README x11/*.c x11/*.h x11/Makefile.* \
7878
x11/*.xbm doc/*.txt doc/manext.c doc/Makefile
7979

8080
zip: $(ZIPFILE)
8181

8282
../$(TARBALL):
8383
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \
84-
$(PDC_DIR)/IMPLEMNT $(PDC_DIR)/*.spec \
85-
$(PDC_DIR)/*.mif $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \
84+
$(PDC_DIR)/IMPLEMNT $(PDC_DIR)/*.spec $(PDC_DIR)/*.mif \
85+
$(PDC_DIR)/*.def $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \
8686
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure \
8787
$(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \
8888
$(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \
@@ -93,10 +93,10 @@ zip: $(ZIPFILE)
9393
$(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \
9494
$(PDC_DIR)/dos/*.h $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \
9595
$(PDC_DIR)/os2/README $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.h \
96-
$(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf $(PDC_DIR)/os2/*.def \
96+
$(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf \
9797
$(PDC_DIR)/sdl1/README $(PDC_DIR)/sdl1/*.c $(PDC_DIR)/sdl1/*.h \
9898
$(PDC_DIR)/sdl1/Make* $(PDC_DIR)/win32/README $(PDC_DIR)/win32/*.c \
99-
$(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak $(PDC_DIR)/win32/*.def \
99+
$(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak \
100100
$(PDC_DIR)/win32/*.ico $(PDC_DIR)/win32/*.rc $(PDC_DIR)/x11/README \
101101
$(PDC_DIR)/x11/*.c $(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \
102102
$(PDC_DIR)/x11/Makefile.* $(PDC_DIR)/doc/manext.c \

0 commit comments

Comments
 (0)