From 1377347fcae8fca7d218c05d755ac574dd4a314f Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 18 Jan 2006 02:36:49 +0000 Subject: [PATCH] Maximum compression for dist and zip targets. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c2ebc8c1..862d15c7 100644 --- a/Makefile.in +++ b/Makefile.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)