@leroysheep / BookAlchemy / commits / 626254d493

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
index e4a70a11b9..945c05d2b6 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -76,8 +76,10 @@ make >./:html.log 2>&1 \ make >./:man.log 2>&1 \ -C Documentation -j 2 \ man1="$DOCREPO/doc-man-inst/man1" \ + man5="$DOCREPO/doc-man-inst/man5" \ man7="$DOCREPO/doc-man-inst/man7" \ man1dir="$DOCREPO/doc-man-inst/man1" \ + man5dir="$DOCREPO/doc-man-inst/man5" \ man7dir="$DOCREPO/doc-man-inst/man7" install || exit for type in html man