Update dodoc to point older documentations from the latest.
Junio C Hamano committed
Feb 13, 2007 at 15:19 UTC
a5642e680a258928e4fdf76d83a4c3416369e607
1 file changed
+4
-1
dodoc.sh
+4
-1
index d6571ba7c6..a839bdab0b 100755
--- a/dodoc.sh
+++ b/dodoc.sh
@@ -72,7 +72,10 @@ make WEBDOC_DEST="$DOCREPO/doc-htmlpages" install-webdoc >../:html.log 2>&1 &&
if test -d $PUBLIC
then
- make WEBDOC_DEST="$PUBLIC" install-webdoc >>../:html.log 2>&1
+ rm -f git.html &&
+ make WEBDOC_DEST="$PUBLIC" ASCIIDOC_EXTRA='-a stalenotes' \
+ install-webdoc >>../:html.log 2>&1 &&
+ rm -f git.html
else
echo "* No public html at $PUBLIC"
fi || exit $?