doc: Use texi2pdf instead of pdftex.
[pintos-anon] / doc / Makefile
index ed8bb234bfa95d51333abe10d515facc47b588b0..95dd71bdf0e6c5a0dfed6a06f0c6bdd60228df2a 100644 (file)
@@ -3,7 +3,7 @@ filesys.texi license.texi reference.texi 44bsd.texi standards.texi      \
 doc.texi sample.tmpl.texi devel.texi debug.texi installation.texi      \
 bibliography.texi localsettings.texi
 
-all: pintos.html pintos.info pintos.dvi pintos.ps pintos.pdf
+all: pintos.html pintos.info pintos.pdf
 
 pintos.html: $(TEXIS) texi2html
        ./texi2html -toc_file=$@ -split=chapter -nosec_nav -nomenu -init_file pintos-t2h.init $<