misc/release: Generate manpages

asciidoc/xmlto are not tools we require every users to have, so each
tarball should contain them.  That means the release script needs to
know about them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2013-12-11 12:09:09 -08:00
parent d578b511c9
commit 478f2dafff

View File

@ -42,7 +42,7 @@ rm -rf nasm/.git nasm/.gitignore
cd nasm
./autogen.sh
./configure --prefix=/usr/local
make perlreq spec
make perlreq spec manpages
make alldeps
make distclean
cd ..