We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f63cf commit ffdf9acCopy full SHA for ffdf9ac
dodoc.sh
@@ -72,10 +72,11 @@ make WEBDOC_DEST="$DOCREPO/doc-htmlpages" install-webdoc >../:html.log 2>&1 &&
72
73
if test -d $PUBLIC
74
then
75
- rm -f git.html &&
+ # This is iffy...
76
+ mv git.html saved-git-html &&
77
make WEBDOC_DEST="$PUBLIC" ASCIIDOC_EXTRA='-a stalenotes' \
78
install-webdoc >>../:html.log 2>&1 &&
- rm -f git.html
79
+ mv saved-git-html git.html
80
else
81
echo "* No public html at $PUBLIC"
82
fi || exit $?
0 commit comments