From 9dee352dee05eb26da8f867cc0cbb429e5e8d9a1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 19 Jun 2008 11:47:13 -0700 Subject: [PATCH] doc: macroize texi2ipf and ipfc Macroize the texi2ipf and ipfc commands (used for OS/2). --- doc/Makefile.in | 4 ++-- 1 file 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 -- 2.11.4.GIT