rquadling               Thu Jan 25 16:54:10 2007 UTC

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Grab images from extension specific locations for inclusion into the HTML 
build process for CHM_XSL
  
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.178&r2=1.179&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.178 phpdoc/Makefile.in:1.179
--- phpdoc/Makefile.in:1.178    Mon Jan 22 22:20:02 2007
+++ phpdoc/Makefile.in  Thu Jan 25 16:54:09 2007
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.178 2007/01/22 22:20:02 nlopess Exp $
+# $Id: Makefile.in,v 1.179 2007/01/25 16:54:09 rquadling Exp $
 #
 
 all: html
@@ -224,6 +224,7 @@
        ${XSLTPROC} $(HOWTO_XSL_SHEET) ./howto/howto.xml
 
 chm_xsl: manual.xml zendapihtmlhelp
+       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 htmlhelp/html/figures/$$sect.$$name; fi; done; done;
        ${XSLTPROC} $(CHM_XSL_SHEET) manual.xml
  
 phpweb_xsl: manual.xml zendapiphp

Reply via email to