Update docs.
[pintos-anon] / doc / Makefile
index f053ce9879e109fae54e6f093bc2e37e620f0a9c..6b4ce8fbbcc5b45f2910e99bef941f7bf813f3b9 100644 (file)
@@ -1,10 +1,10 @@
-TEXIS = projects.texi threads.texi mlfqs.texi userprog.texi    \
-filesys.texi vm.texi
+TEXIS = projects.texi intro.texi threads.texi mlfqs.texi userprog.texi \
+filesys.texi vm.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 -no-sec_nav -no-menu -init_file pintos-t2h.init -no-number $<
 
 projects.info: $(TEXIS)
        makeinfo $<