misc/release: Generate manpages
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Dec 2013 20:09:09 +0000 (12:09 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 11 Dec 2013 20:10:27 +0000 (12:10 -0800)
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>
misc/release

index 0abaf77..14e750a 100755 (executable)
@@ -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 ..