mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
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:
parent
d578b511c9
commit
478f2dafff
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user