mirror of
https://github.com/git/git.git
synced 2026-03-11 09:29:49 +01:00
Fix manpage generation
Recent Documentation/Makefile change broke the automated manpage generation.
This commit is contained in:
6
dodoc.sh
6
dodoc.sh
@@ -90,7 +90,11 @@ cd ../doc-htmlpages &&
|
||||
fi
|
||||
|
||||
cd ../Documentation &&
|
||||
make man1="$DOCREPO/doc-manpages/man1" man7="$DOCREPO/doc-manpages/man7" \
|
||||
make \
|
||||
man1="$DOCREPO/doc-manpages/man1" \
|
||||
man7="$DOCREPO/doc-manpages/man7" \
|
||||
man1dir="$DOCREPO/doc-manpages/man1" \
|
||||
man7dir="$DOCREPO/doc-manpages/man7" \
|
||||
install >../:man.log 2>&1 &&
|
||||
|
||||
cd ../doc-manpages &&
|
||||
|
||||
Reference in New Issue
Block a user