From: Junio C Hamano Date: Fri, 25 Apr 2014 22:14:34 +0000 (-0700) Subject: Meta/dodoc.sh: rebuild the whole documentation for rc/preview releases as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88433dd3fc679930871525e8d9fd731b18614cb;p=thirdparty%2Fgit.git Meta/dodoc.sh: rebuild the whole documentation for rc/preview releases as well --- diff --git a/dodoc.sh b/dodoc.sh index e306f1a11a..cf2b23d5ab 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -72,7 +72,7 @@ dd=' if test -z "$DOC_FROM_SCRATCH" then case "$NID" in - ?*-?*) ;; + ?*-g*) ;; ?*) DOC_FROM_SCRATCH=yes ;; esac fi