bjori Mon Feb 5 18:01:39 2007 UTC
Modified files: /phpdoc Makefile.in Log: Add comments about the downloadable html file build using DSSSSSSSL Comment out fixphpweb.php for phpweb_xsl, isn't used atm http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.184&r2=1.185&diff_format=u Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.184 phpdoc/Makefile.in:1.185 --- phpdoc/Makefile.in:1.184 Mon Feb 5 10:04:07 2007 +++ phpdoc/Makefile.in Mon Feb 5 18:01:38 2007 @@ -16,7 +16,7 @@ # # -# $Id: Makefile.in,v 1.184 2007/02/05 10:04:07 rquadling Exp $ +# $Id: Makefile.in,v 1.185 2007/02/05 18:01:38 bjori Exp $ # all: html @@ -68,8 +68,10 @@ KDEVELOP_TOC_DEPS=$(KDEVELOP_TOC_STYLESHEET) Makefile [EMAIL PROTECTED]@.tar.gz @[EMAIL PROTECTED] +# DSSSSSL +#MIRROR_TARGETS=phpweb html/index.html $(DIST_FILES) +# Note DSSSSSSL is still used for the downloadable html - but will be replaced by XSL ASAP MIRROR_TARGETS=phpweb_xsl html/index.html $(DIST_FILES) -#MIRROR_TARGETS=phpweb_xsl html/index.html $(DIST_FILES) [EMAIL PROTECTED]@.pdf.bz2 @@ -231,7 +233,7 @@ for i in `find en -type d -name figures`; do sect=`echo $$i | awk -F\/ '{print $$3}'`; for file in $$i/*; do if test -f $$file; then name=`basename $$file`; cp $$file php/figures/$$sect.$$name; fi; done; done; ${XSLTPROC} $(PHPXSL)/phpweb.xsl manual.xml $(PHP) -q $(scriptdir)/html_syntax.php php php/ - $(PHP) -q $(scriptdir)/fixphpweb.php `pwd`/php + #$(PHP) -q $(scriptdir)/fixphpweb.php `pwd`/php php/index.php: manual.xml $(PHPWEB_DEPS) for i in `find en -type d -name figures`; do sect=`echo $$i | awk -F\/ '{print $$3}'`; for file in $$i/*; do if test -f $$file; then name=`basename $$file`; cp $$file php/figures/$$sect.$$name; fi; done; done;