nlopess         Fri Jan 23 13:27:17 2004 EDT

  Modified files:              
    /livedocs   build.sh 
  Log:
  toc.xml only for debug
  
http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.16&r2=1.17&ty=u
Index: livedocs/build.sh
diff -u livedocs/build.sh:1.16 livedocs/build.sh:1.17
--- livedocs/build.sh:1.16      Tue Jan 13 05:57:06 2004
+++ livedocs/build.sh   Fri Jan 23 13:27:17 2004
@@ -24,8 +24,11 @@
                echo -n "Making TOC: "
                date
                xsltproc ${LIVEDOCS}/toc.xsl ${PHPDOC}/manual.xml > 
${GENDIR}/toc-ugly.xml
-               xmllint --format ${GENDIR}/toc-ugly.xml > ${GENDIR}/toc.xml
-               ${PHP} ${LIVEDOCS}/mktoc.php ${GENDIR}/toc.xml > 
${GENDIR}/toc-insert.sql
+
+               #Just for debuging
+               #xmllint --format ${GENDIR}/toc-ugly.xml > ${GENDIR}/toc.xml
+
+               ${PHP} ${LIVEDOCS}/mktoc.php ${GENDIR}/toc-ugly.xml > 
${GENDIR}/toc-insert.sql
        fi
 
        echo -n "Making index for $i: "
@@ -45,4 +48,4 @@
 echo -n "End: "
 date
 
-rm -f ${GENDIR}/toc-ugly.xml ${GENDIR}/toc.xml ${GENDIR}/toc-insert.sql
+rm -f ${GENDIR}/toc-ugly.xml ${GENDIR}/toc-insert.sql

Reply via email to