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
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