summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-18 22:17:28 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-18 22:17:28 +0000
commit7a2911887959d4426b96b313f733fd3100fea593 (patch)
tree31a006e514df880e3325a57aa37c67abfe2d8759 /doc/Makefile.in
parente0372c8c05e436ea84e7a3aa215afa721a32c305 (diff)
downloadnasm-7a2911887959d4426b96b313f733fd3100fea593.tar.gz
nasm-7a2911887959d4426b96b313f733fd3100fea593.tar.bz2
nasm-7a2911887959d4426b96b313f733fd3100fea593.zip
Use a driver Perl script to run genps.pl, since Windows Make can't
handle `cat ...`
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index da96237..a3279e4 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -37,10 +37,9 @@ nasmdoc.dip: nasmdoc.src rdsrc.pl
nasmdoc.texi: nasmdoc.dip
: Generated by side effect
-nasmdoc.ps: nasmdoc.dip nasmlogo.eps ../version \
+nasmdoc.ps: nasmdoc.dip nasmlogo.eps ../version genpsdriver.pl \
genps.pl psfonts.ph pswidth.ph head.ps
- $(PERL) $(srcdir)/genps.pl -subtitle "version `cat ../version`" \
- nasmdoc.dip > nasmdoc.ps
+ $(PERL) $(srcdir)/genpsdriver.pl > nasmdoc.ps
nasmdoc.pdf: nasmdoc.ps
$(PS2PDF) nasmdoc.ps nasmdoc.pdf