diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-16 21:19:34 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-16 21:19:34 -0700 |
commit | 07c1468307f3b6fe16c7984447cc6512d1677140 (patch) | |
tree | 207d2e6664609b645b490475aad2eff704f9572d /doc/Makefile.in | |
parent | 96b18600ce0a41bf7ccc3bddfbf7d489bdfa4173 (diff) | |
download | nasm-07c1468307f3b6fe16c7984447cc6512d1677140.tar.gz nasm-07c1468307f3b6fe16c7984447cc6512d1677140.tar.bz2 nasm-07c1468307f3b6fe16c7984447cc6512d1677140.zip |
doc: add missing nasmdoc.txt target
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 76ec1df..4f2328f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -22,7 +22,7 @@ TEXI2DVI = texi2dvi PS2PDF = ps2pdf # Part of GhostScript SRCS = nasmdoc.src -OUT = info html nasmdoc.ps nasmdoc.pdf +OUT = info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf # exports export srcdir |