regen-no-doc-noise-20060125

Don't say we're building man pages if we're not.
This commit is contained in:
Jim Rees 2006-01-25 19:44:15 +00:00
parent 6eb9f473ad
commit 9352092dfd

View File

@ -13,7 +13,7 @@ autoheader
# Rebuild the man pages, to not require those building from source to have
# pod2man available.
echo "Building man pages"
if test -d doc/man-pages ; then
echo "Building man pages"
(cd doc/man-pages && ./generate-man)
fi