mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Maximum compression for dist and zip targets.
This commit is contained in:
@@ -69,7 +69,7 @@ xcurses.h:
|
||||
ln -s curses.h $@
|
||||
|
||||
$(ZIPFILE): xcurses.h
|
||||
zip -y $(ZIPFILE) README INSTALL TODO Makefile.in config.h.in \
|
||||
zip -9y $(ZIPFILE) README INSTALL TODO Makefile.in config.h.in \
|
||||
configure xcurses-config.in 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 \
|
||||
@@ -109,7 +109,7 @@ zip: $(ZIPFILE)
|
||||
$(PDC_DIR)/win32/*.rc $(PDC_DIR)/tools/manext.c \
|
||||
$(PDC_DIR)/pdcurses/Makefile.* \
|
||||
$(PDC_DIR)/demos/Makefile.in $(PDC_DIR)/tools/Makefile.in \
|
||||
$(PDC_DIR)/panel/Makefile.in | gzip > $(TARBALL))
|
||||
$(PDC_DIR)/panel/Makefile.in | gzip -9 > $(TARBALL))
|
||||
|
||||
dist: ../$(TARBALL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user