bjori           Tue Jan 30 18:28:41 2007 UTC

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Add images & PHP syntax highlighting to XSL build
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.179&r2=1.180&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.179 phpdoc/Makefile.in:1.180
--- phpdoc/Makefile.in:1.179    Thu Jan 25 16:54:09 2007
+++ phpdoc/Makefile.in  Tue Jan 30 18:28:41 2007
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.179 2007/01/25 16:54:09 rquadling Exp $
+# $Id: Makefile.in,v 1.180 2007/01/30 18:28:41 bjori Exp $
 #
 
 all: html
@@ -228,7 +228,9 @@
        ${XSLTPROC} $(CHM_XSL_SHEET) manual.xml
  
 phpweb_xsl: manual.xml zendapiphp
+       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/index.php: manual.xml $(PHPWEB_DEPS)

Reply via email to