--------------------- PatchSet 11433 Date: 2007/05/13 22:38:26 Author: hno Branch: HEAD Tag: (none) Log: Correct format of single page configuration manual Members: mksnapshot.sh:1.14->1.15 Index: squid/mksnapshot.sh =================================================================== RCS file: /cvsroot/squid/squid/mksnapshot.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- squid/mksnapshot.sh 13 May 2007 22:34:18 -0000 1.14 +++ squid/mksnapshot.sh 13 May 2007 22:38:26 -0000 1.15 @@ -81,7 +81,7 @@ $tmpdir/scripts/www/build-cfg-help.pl -o $tmpdir/doc/cfgman $tmpdir/src/cf.data sh -c "cd $tmpdir/doc/cfgman && tar -zcf $PWD/${PACKAGE}-${VERSION}-${date}-cfgman.tar.gz *" echo ${PACKAGE}-${VERSION}-${date}-cfgman.tar.gz >>${tag}.out - $tmpdir/scripts/www/build-cfg-help.pl -o ${PACKAGE}-${VERSION}-${date}-cfgman.html $tmpdir/src/cf.data + $tmpdir/scripts/www/build-cfg-help.pl -o ${PACKAGE}-${VERSION}-${date}-cfgman.html -f singlehtml $tmpdir/src/cf.data gzip -f -9 ${PACKAGE}-${VERSION}-${date}-cfgman.html echo ${PACKAGE}-${VERSION}-${date}-cfgman.html.gz >>${tag}.out fi