Meta/dodoc.sh: rebuild the whole documentation for rc/preview releases as well

Junio C Hamano committed Apr 25, 2014 at 15:14 UTC c88433dd3fc679930871525e8d9fd731b18614cb
1 file changed +1 -1
dodoc.sh
+1 -1
@@ -72,7 +72,7 @@ dd='
72 if test -z "$DOC_FROM_SCRATCH"
73 then
74 case "$NID" in
75 - ?*-?*) ;;
75 + ?*-g*) ;;
76 ?*) DOC_FROM_SCRATCH=yes ;;
77 esac
78 fi