momo Sun Feb 1 13:25:28 2004 EDT
Modified files:
/livedocs build.sh
Log:
2. the correct fix for relative paths
http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.18&r2=1.19&ty=u
Index: livedocs/build.sh
diff -u livedocs/build.sh:1.18 livedocs/build.sh:1.19
--- livedocs/build.sh:1.18 Fri Jan 30 00:49:15 2004
+++ livedocs/build.sh Sun Feb 1 13:25:28 2004
@@ -30,7 +30,6 @@
#xmllint --format ${GENDIR}/toc-ugly.xml > ${GENDIR}/toc.xml
${PHP} ${LIVEDOCSFORPHP}/mktoc.php ${GENDIRFORPHP}/toc-ugly.xml >
${GENDIR}/toc-insert.sql
- cd $curpath
fi
echo -n "Making index for $i: "
@@ -45,6 +44,7 @@
# make search cache database
mv ${GENDIR}/livedoc-cache-idx.$i.sqlite ${OUTPUTDIR}/$i/
chmod 0666 ${OUTPUTDIR}/$i/livedoc-cache-idx.$i.sqlite
+ cd $curpath
done;
echo -n "End: "