From: nasm-bot f. H. P. A. <hp...@zy...> - 2013-12-11 20:12:26
|
Commit-ID: 478f2dafff5b58c7c965cfe2277ff71e1492815a Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=478f2dafff5b58c7c965cfe2277ff71e1492815a Author: H. Peter Anvin <hp...@zy...> AuthorDate: Wed, 11 Dec 2013 12:09:09 -0800 Committer: H. Peter Anvin <hp...@zy...> CommitDate: Wed, 11 Dec 2013 12:10:27 -0800 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 <hp...@zy...> --- misc/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/release b/misc/release index 0abaf77..14e750a 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 .. |