summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-19 11:47:13 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-19 11:47:13 -0700
commit9dee352dee05eb26da8f867cc0cbb429e5e8d9a1 (patch)
treed38bd496106e90d7a1866e3545a1dd054bf2a779 /doc/Makefile.in
parenteec3b52505aece7ca93a70b34b700b7dcc17001d (diff)
downloadnasm-9dee352dee05eb26da8f867cc0cbb429e5e8d9a1.tar.gz
doc: macroize texi2ipf and ipfc
Macroize the texi2ipf and ipfc commands (used for OS/2).
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index cf283ecf..a7d24d99 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -80,10 +80,10 @@ nasmdoc.dvi: nasmdoc.texi
# Rules for building an OS/2 book
nasmdoc.ipf: nasmdoc.texi
- texi2ipf $< >$@
+ $(TEXI2IPF) $< >$@
nasm.inf: nasmdoc.ipf
- ipfc -i -s $< $@
+ $(IPFC) -i -s $< $@
clean:
-rm -f *.rtf *.hpj *.texi *.gid *.ipf *.dip