X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=dodoc.sh;fp=dodoc.sh;h=15926f361d67c5f8861d7168926e4f3b1eb41873;hb=a32d80295581365b318e88fc657e25c9acb75bd1;hp=a2f87e8c1e864e4e4dda28080eca269305a31638;hpb=cb71bc83592a6475241d78f054aefb75144d74f2;p=git.git diff --git a/dodoc.sh b/dodoc.sh index a2f87e8c..15926f36 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -78,7 +78,7 @@ else fi || exit $? cd ../doc-htmlpages && - git add . && + (git add . || echo no new files -- not a big deal) && if git commit -a -m "Autogenerated HTML docs for $NID" then git-send-pack "$MASTERREPO" master:refs/heads/html || { @@ -94,7 +94,7 @@ make man1="$DOCREPO/doc-manpages/man1" man7="$DOCREPO/doc-manpages/man7" \ install >../:man.log 2>&1 && cd ../doc-manpages && - git add . && + (git add . || echo no new files -- not a big deal) && if git commit -a -m "Autogenerated man pages for $NID" then git-send-pack "$MASTERREPO" master:refs/heads/man || {