Dothem: no point not installing doc if we build it
It is the building part that is expensive.
Junio C Hamano committed
Apr 2, 2009 at 13:01 UTC
ee7126b8f173d028aefc454137de57088e6b53c3
1 file changed
+4
-10
Dothem
+4
-10
@@ -92,16 +92,10 @@ do
92
esac &&
93
94
Meta/Make $M -- $J $dotest &&
95
- case "$branch" in
96
- jch)
97
- test -n "$nodoc" || Meta/Make $M -- doc install-doc
98
- ;;
99
- master | maint | next )
100
- test -n "$nodoc" || Meta/Make $M -- doc
101
- ;;
102
- *)
103
- : ;;
104
- esac &&
95
+ {
96
+ test -n "$nodoc" ||
97
+ Meta/Make $M -- doc install-doc
98
+ } &&
99
{
100
test z$install = znoinstall ||
101
Meta/Make $M -- install