diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-15 07:11:21 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-15 07:11:21 +0000 |
commit | 916c52e376bf6aa7d49cd597b3c9cb8863584d80 (patch) | |
tree | 2f29e89de58fcf79a33f1140773cb9b7cc7c52a2 /doc/Makefile.in | |
parent | f1f1fa7148b33385650beef18a61de042aa595b3 (diff) | |
download | nasm-916c52e376bf6aa7d49cd597b3c9cb8863584d80.tar.gz nasm-916c52e376bf6aa7d49cd597b3c9cb8863584d80.tar.bz2 nasm-916c52e376bf6aa7d49cd597b3c9cb8863584d80.zip |
New PS/PDF backend: first attempt at generating the index
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 0ac4380..3e6fbcb 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -42,7 +42,7 @@ nasmdoc.texi: nasmdoc.dip new: nasmdocx.ps nasmdocx.pdf -nasmdocx.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.pl head.ps +nasmdocx.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.ph head.ps $(PERL) $(srcdir)/genps.pl > nasmdocx.ps nasmdocx.pdf: nasmdocx.ps |