dodoc.sh: support manual section 5
Junio C Hamano committed
Apr 19, 2007 at 17:58 UTC
626254d493136954c1d6cab4fa97f23e592423e3
1 file changed
+2
dodoc.sh
+2
@@ -76,8 +76,10 @@ make >./:html.log 2>&1 \
76
make >./:man.log 2>&1 \
77
-C Documentation -j 2 \
78
man1="$DOCREPO/doc-man-inst/man1" \
79
+ man5="$DOCREPO/doc-man-inst/man5" \
80
man7="$DOCREPO/doc-man-inst/man7" \
81
man1dir="$DOCREPO/doc-man-inst/man1" \
82
+ man5dir="$DOCREPO/doc-man-inst/man5" \
83
man7dir="$DOCREPO/doc-man-inst/man7" install || exit
84
85
for type in html man