diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 5 |
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 |