Date: 10/09/98
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: Bug #838 Updated: Parser error in nested if"
- Previous message: Antonio Garcia Mari: "Re: [PHP-DEV] Re: Bug #838 Updated: Parser error in nested if"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday October 9, 1998 @ 13:23
Author: ssb
Update of /repository/php3/doc
In directory asf:/u2/tmp/cvs-serv4368
Modified Files:
Makefile.in
Log Message:
make gzipped files
Index: php3/doc/Makefile.in
diff -c php3/doc/Makefile.in:1.84 php3/doc/Makefile.in:1.85
*** php3/doc/Makefile.in:1.84 Tue Oct 6 14:36:41 1998
--- php3/doc/Makefile.in Fri Oct 9 13:23:50 1998
***************
*** 26,32 ****
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.84 1998/10/06 18:36:41 jah Exp $
#
VPATH= <email protected>@
--- 26,32 ----
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.85 1998/10/09 17:23:50 ssb Exp $
#
VPATH= <email protected>@
***************
*** 100,107 ****
FILES=$(PREFACE) $(APPENDICES) $(CHAPTERS) $(FUNCREF)
ONLINE_MANUAL=*.php3
! DIST_FILES=manual.zip manual.tar.gz manual.rtf copyright.html bigmanual.html
! MIRROR_TARGETS=manual.php3 $(DIST_FILES)
manual.sgml: .manual.sgml
.manual.sgml: $(FILES)
--- 100,108 ----
FILES=$(PREFACE) $(APPENDICES) $(CHAPTERS) $(FUNCREF)
ONLINE_MANUAL=*.php3
! DIST_FILES=manual.zip manual.tar.gz manual.rtf.gz bigmanual.html.gz \
! manual.prc manual.txt.gz
! MIRROR_TARGETS=manual.php3 $(DIST_FILES) manual.html
manual.sgml: .manual.sgml
.manual.sgml: $(FILES)
***************
*** 111,123 ****
phpweb: manual.php3
rtf: manual.rtf
dvi: manual.dvi
! ps print: manual.ps
howto: howto.html
mirror-files: $(MIRROR_TARGETS)
sync-no: mirror-files
-rsync -vc $(ONLINE_MANUAL) ../../phpweb/manual/
-rsync -vc $(DIST_FILES) ../../phpweb/distributions/
commit-no: sync-no
--- 112,125 ----
phpweb: manual.php3
rtf: manual.rtf
dvi: manual.dvi
! ps: manual.ps
howto: howto.html
mirror-files: $(MIRROR_TARGETS)
sync-no: mirror-files
-rsync -vc $(ONLINE_MANUAL) ../../phpweb/manual/
+ -rsync --exclude bigmanual.html -vc *.html ../../phpweb/manual/html/
-rsync -vc $(DIST_FILES) ../../phpweb/distributions/
commit-no: sync-no
***************
*** 137,147 ****
bigmanual.html: $(srcdir)/manual.sgml $(HTML_STYLESHEET)
jade -V nochunks -d $(HTML_STYLESHEET) -t sgml $(srcdir)/manual.sgml > $@
manual.html: $(srcdir)/manual.sgml $(HTML_STYLESHEET)
jade -d $(HTML_STYLESHEET) -t sgml $(srcdir)/manual.sgml
manual.php3: $(srcdir)/manual.sgml $(PHPWEB_STYLESHEET)
! jade -d $(PHPWEB_STYLESHEET) -t sgml $(srcdir)/manual.sgml
manual.txt: bigmanual.html
lynx -nolist -dump file:`pwd`/bigmanual.html > manual.txt
--- 139,158 ----
bigmanual.html: $(srcdir)/manual.sgml $(HTML_STYLESHEET)
jade -V nochunks -d $(HTML_STYLESHEET) -t sgml $(srcdir)/manual.sgml > $@
+ bigmanual.html.gz: bigmanual.html
+ gzip -c $< > $@
+
+ manual.rtf.gz: manual.rtf
+ gzip -c $< > $@
+
+ manual.txt.gz: manual.txt
+ gzip -c $< > $@
+
manual.html: $(srcdir)/manual.sgml $(HTML_STYLESHEET)
jade -d $(HTML_STYLESHEET) -t sgml $(srcdir)/manual.sgml
manual.php3: $(srcdir)/manual.sgml $(PHPWEB_STYLESHEET)
! -jade -d $(PHPWEB_STYLESHEET) -t sgml $(srcdir)/manual.sgml
manual.txt: bigmanual.html
lynx -nolist -dump file:`pwd`/bigmanual.html > manual.txt
***************
*** 150,159 ****
./makedoc -b manual.txt manual.prc 'PHP3 Manual'
manual.zip: $(srcdir)/manual.html
! -rm -f $@ && (cd $(srcdir); zip -q $@ [a-z]*.html)
manual.tar.gz: $(srcdir)/manual.html
! -rm -f $@ && (cd $(srcdir); tar -cf - [a-z]*.html | gzip > manual.tar.gz)
howto.html: $(srcdir)/howto.sgml $(HOWTO_STYLESHEET) global.ent
jade -d $(HOWTO_STYLESHEET) -t sgml $(srcdir)/howto.sgml
--- 161,170 ----
./makedoc -b manual.txt manual.prc 'PHP3 Manual'
manual.zip: $(srcdir)/manual.html
! -rm -f $@ && (cd $(srcdir); zip -@ -q $@ < HTML.manifest)
manual.tar.gz: $(srcdir)/manual.html
! -rm -f $@ && (cd $(srcdir); tar -T HTML.manifest -cf - | gzip > manual.tar.gz)
howto.html: $(srcdir)/howto.sgml $(HOWTO_STYLESHEET) global.ent
jade -d $(HOWTO_STYLESHEET) -t sgml $(srcdir)/howto.sgml
***************
*** 184,190 ****
cd $(srcdir); \
rm -f manual.txt [a-z]*.html manual.rtf manual.info \
rm -f manual.zip manual.tar.gz sync-no commit-no .manual.sgml \
! rm -f manual.txt manual.prc makedoc \
rm -f *.aux *.tex *.log *.dvi *.toc *.ps \
rm -f status.txt missing.txt \
rm -f *.php3 $(GENREF) \
--- 195,201 ----
cd $(srcdir); \
rm -f manual.txt [a-z]*.html manual.rtf manual.info \
rm -f manual.zip manual.tar.gz sync-no commit-no .manual.sgml \
! rm -f manual.txt manual.prc makedoc *.manifest \
rm -f *.aux *.tex *.log *.dvi *.toc *.ps \
rm -f status.txt missing.txt \
rm -f *.php3 $(GENREF) \
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: Bug #838 Updated: Parser error in nested if"
- Previous message: Antonio Garcia Mari: "Re: [PHP-DEV] Re: Bug #838 Updated: Parser error in nested if"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

