mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
doc: macroize texi2ipf and ipfc
Macroize the texi2ipf and ipfc commands (used for OS/2).
This commit is contained in:
parent
eec3b52505
commit
9dee352dee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user