summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-16 18:15:31 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-16 18:15:31 +0000
commitebcd6d8b38aaa5472be45e41e8c219c06a44970f (patch)
tree2d0aa2c15f2ad9b53e15601267f756496ba017e7 /doc/Makefile.in
parent5cea9565e0a5b0f40e49470a20a8d4803155244d (diff)
downloadnasm-ebcd6d8b38aaa5472be45e41e8c219c06a44970f.tar.gz
Rip out the old PostScript backend and make the new one official.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in19
1 files changed, 5 insertions, 14 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8a07b28a..b5b90bd2 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -34,19 +34,14 @@ nasmdoc.dip: nasmdoc.src rdsrc.pl
$(PERL) $(srcdir)/rdsrc.pl < $<
mv -f *.html html
-nasmdoc.ps: nasmdoc.dip
- : Generated by side effect
-
nasmdoc.texi: nasmdoc.dip
: Generated by side effect
-new: nasmdocx.ps nasmdocx.pdf
+nasmdoc.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.ph head.ps
+ $(PERL) $(srcdir)/genps.pl nasmdoc.dip > nasmdoc.ps
-nasmdocx.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.ph head.ps
- $(PERL) $(srcdir)/genps.pl nasmdoc.dip > nasmdocx.ps
-
-nasmdocx.pdf: nasmdocx.ps
- $(PS2PDF) nasmdocx.ps nasmdocx.pdf
+nasmdoc.pdf: nasmdoc.ps
+ $(PS2PDF) nasmdoc.ps nasmdoc.pdf
nasm.info: info/nasm.info
@@ -59,10 +54,6 @@ info/nasm.info: nasmdoc.texi
nasmdoc.dvi: nasmdoc.texi
$(TEXI2DVI) nasmdoc.texi
-# PDF output
-nasmdoc.pdf: nasmdoc.ps
- $(PS2PDF) nasmdoc.ps nasmdoc.pdf
-
# Rules for building an OS/2 book
nasmdoc.ipf: nasmdoc.texi
texi2ipf $< >$@
@@ -77,7 +68,7 @@ clean:
spotless: clean
-rm -rf html info
-rm -f *.hlp *.txt *.inf *.pdf *.dvi
- -rm -f nasmdoc.ps nasmdocx.ps
+ -rm -f nasmdoc*.ps
install: all
$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)