Update docs.
[pintos-anon] / doc / Makefile
index f053ce9879e109fae54e6f093bc2e37e620f0a9c..446b2b345cb921edad687ee4323f7bc4f81b26b8 100644 (file)
@@ -1,19 +1,20 @@
-TEXIS = projects.texi threads.texi mlfqs.texi userprog.texi    \
-filesys.texi vm.texi
+TEXIS = projects.texi intro.texi tour.texi threads.texi mlfqs.texi     \
+userprog.texi vm.texi filesys.texi references.texi standards.texi      \
+doc.texi devel.texi debug.texi
 
 all: projects.html projects.info
 
 projects.html: $(TEXIS) mlfqs1.png mlfqs2.png
-       texi2html -toc_file=$@ -split=chapter -no-sec_nav -no-menu $<
+       ./texi2html -toc_file=$@ -split=chapter -nosec_nav -nomenu -init_file pintos-t2h.init -nonumber $<
 
 projects.info: $(TEXIS)
        makeinfo $<
 
 %.eps: %.jgr
-       jgraph $< > $@.tmp && mv $@.tmp $@
+       (jgraph $< > $@.tmp && mv $@.tmp $@) || touch $@
 
 %.png: %.eps
        convert $< $@
 
 clean:
-       rm -f *.info *.html *.eps *.png
+       rm -f *.info *.html *.png