summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-12-11 12:09:09 -0800
committerH. Peter Anvin <hpa@zytor.com>2013-12-11 12:10:27 -0800
commit478f2dafff5b58c7c965cfe2277ff71e1492815a (patch)
treecca87fc9f51aae48157f0e2079e7c41ff6d901c9 /misc
parentd578b511c936f35468f8c783db1237982ce3c0e1 (diff)
downloadnasm-478f2dafff5b58c7c965cfe2277ff71e1492815a.tar.gz
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>
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index 0abaf77a..14e750a6 100755
--- a/misc/release
+++ b/misc/release
@@ -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 ..