diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-07-22 10:09:35 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-07-22 10:09:35 +0400 |
commit | 99427bdb6c85c812665f6d7b36ac520a631c5b23 (patch) | |
tree | 378e7afd7ff7bcd781af4e48ee3c315302f2f232 /Makefile.in | |
parent | 57a576ce1e027e62afcc45d5f698d22251b86207 (diff) | |
download | nasm-99427bdb6c85c812665f6d7b36ac520a631c5b23.tar.gz nasm-99427bdb6c85c812665f6d7b36ac520a631c5b23.tar.bz2 nasm-99427bdb6c85c812665f6d7b36ac520a631c5b23.zip |
build: Include pregenerated nasm manpages
It's been reported that force people to install
asciidoc for man pages generation is not acceptible.
Just ship them pregenerated.
http://bugzilla.nasm.us/show_bug.cgi?id=3392262
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index b3eb15f..e1846ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,11 +63,6 @@ endif .c.i: $(CC) -E $(ALL_CFLAGS) -o $@ $< -.txt.xml: - $(ASCIIDOC) -b docbook -d manpage -o $@ $< - -.xml.1: - $(XMLTO) man --skip-validation $< 2>/dev/null #-- Begin File Lists --# |