We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb71bc8 commit a32d802Copy full SHA for a32d802
dodoc.sh
@@ -78,7 +78,7 @@ else
78
fi || exit $?
79
80
cd ../doc-htmlpages &&
81
- git add . &&
+ (git add . || echo no new files -- not a big deal) &&
82
if git commit -a -m "Autogenerated HTML docs for $NID"
83
then
84
git-send-pack "$MASTERREPO" master:refs/heads/html || {
@@ -94,7 +94,7 @@ make man1="$DOCREPO/doc-manpages/man1" man7="$DOCREPO/doc-manpages/man7" \
94
install >../:man.log 2>&1 &&
95
96
cd ../doc-manpages &&
97
98
if git commit -a -m "Autogenerated man pages for $NID"
99
100
git-send-pack "$MASTERREPO" master:refs/heads/man || {
0 commit comments