Update docs.
[pintos-anon] / doc / Makefile
index f6a7b7d91e39502e6cfc514171f4b3d32916519b..b2e8a4387656dd82e094daf33249b7e7c0a97fcc 100644 (file)
@@ -1,19 +1,20 @@
 TEXIS = projects.texi intro.texi threads.texi mlfqs.texi userprog.texi \
-filesys.texi vm.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