Make docs compile again
[pintos-anon] / doc / Makefile
index eb5c68e8421933175214e93d2561da6035aefa10..0a01cc3ac8a26e27d0e94b895409716adb73d3dc 100644 (file)
@@ -1,8 +1,9 @@
-TEXIS = pintos.texi intro.texi tour.texi threads.texi userprog.texi    \
-vm.texi filesys.texi references.texi standards.texi doc.texi           \
-sample.tmpl.texi devel.texi debug.texi 44bsd.texi
+TEXIS = pintos.texi intro.texi threads.texi userprog.texi vm.texi      \
+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 $<
@@ -20,15 +21,16 @@ pintos.ps: pintos.dvi
        dvips $< -o $@
 
 pintos.pdf: $(TEXIS)
-       texi2pdf $< -o $@
+       pdftex $< -o $@
 
 %.texi: %
        sed < $< > $@ 's/\([{}@]\)/\@\1/g;'
 
 clean:
-       rm -f *.info *.html
+       rm -f *.info* *.html
        rm -f *.dvi *.pdf *.ps *.log *~
        rm -rf WWW
+       rm -f sample.tmpl.texi
 
 dist: pintos.html pintos.pdf
        rm -rf WWW