]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/dodoc.sh: rebuild the whole documentation for rc/preview releases as well
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2014 22:14:34 +0000 (15:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2014 22:14:34 +0000 (15:14 -0700)
dodoc.sh

index e306f1a11abed2d1dc7f1fd8fe089cf62b2e418a..cf2b23d5ab739cb3abd9661ef79577ccbab4280e 100755 (executable)
--- 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