[PHP-DOC] cvs: phpdoc / Makefile.in From: Jim Winstead (jimw <email protected>)
Date: 01/12/01

jimw Fri Jan 12 15:37:18 2001 EDT

  Modified files:
    /phpdoc Makefile.in
  Log:
  always use -9 with gzip to squeeze more bytes
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.48 phpdoc/Makefile.in:1.49
--- phpdoc/Makefile.in:1.48 Wed Jan 10 20:15:08 2001
+++ phpdoc/Makefile.in Fri Jan 12 15:37:17 2001
@@ -26,7 +26,7 @@
 # +----------------------------------------------------------------------+
 
 #
-# $Id: Makefile.in,v 1.48 2001/01/11 04:15:08 jimw Exp $
+# $Id: Makefile.in,v 1.49 2001/01/12 23:37:17 jimw Exp $
 #
 
 VPATH= <email protected>@
@@ -128,13 +128,13 @@
         $(JADE) $(CATALOG) -V nochunks -d $(HTML_STYLESHEET) -t sgml $(srcdir)/phpdocxml.dcl manual.xml > $@
 
 bigmanual.html.gz: bigmanual.html
- gzip -c $< > $@
+ gzip -9 -c $< > $@
 
 manual.rtf.gz: manual.rtf
- gzip -c $< > $@
+ gzip -9 -c $< > $@
 
 manual.txt.gz: manual.txt
- gzip -c $< > $@
+ gzip -9 -c $< > $@
 
 html/manual.html: manual.xml $(HTML_DEPS)
          <email protected> -d html || mkdir html
@@ -158,7 +158,7 @@
         -rm -f $@ && (cd html; zip -9 -q ../$@ *.html)
 
 manual.tar.gz: html/manual.html
- -rm -f $@ && (cd html; tar -cf - *.html) | gzip > manual.tar.gz
+ -rm -f $@ && (cd html; tar -cf - *.html) | gzip -9 > manual.tar.gz
 
 howto.html: $(srcdir)/howto.xml $(HOWTO_DEPS) global.ent
         $(JADE) $(CATALOG) -d $(HOWTO_STYLESHEET) -t sgml $(srcdir)/phpdocxml.dcl $(srcdir)/howto.xml