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
@@ -72,7 +72,10 @@ make WEBDOC_DEST="$DOCREPO/doc-htmlpages" install-webdoc >../:html.log 2>&1 &&
72
73 if test -d $PUBLIC
74 then
75 - make WEBDOC_DEST="$PUBLIC" install-webdoc >>../:html.log 2>&1
75 + rm -f git.html &&
76 + make WEBDOC_DEST="$PUBLIC" ASCIIDOC_EXTRA='-a stalenotes' \
77 + install-webdoc >>../:html.log 2>&1 &&
78 + rm -f git.html
79 else
80 echo "* No public html at $PUBLIC"
81 fi || exit $?