Update dodoc to point older documentations from the latest.

This commit is contained in:
Junio C Hamano
2007-02-13 15:19:59 -08:00
parent 48993f0089
commit a5642e680a

View File

@@ -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 $?