iliaa Wed Jul 6 14:08:39 2005 EDT
Modified files:
/livedocs build.sh
Log:
Set xsl file name correctly
http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.29&r2=1.30&ty=u
Index: livedocs/build.sh
diff -u livedocs/build.sh:1.29 livedocs/build.sh:1.30
--- livedocs/build.sh:1.29 Wed Jul 6 12:30:54 2005
+++ livedocs/build.sh Wed Jul 6 14:08:39 2005
@@ -38,7 +38,7 @@
date
if test -e "${LIVEDOCS}/toc_${BUILDTYPE}.xsl"; then
- XSLTFILE="toc${BUILDTYPE}.xsl"
+ XSLTFILE="toc_${BUILDTYPE}.xsl"
else
XSLTFILE=toc.xsl
fi