- added thread_foreach
[pintos-anon] / doc / Makefile
index eb5c68e8421933175214e93d2561da6035aefa10..ed8bb234bfa95d51333abe10d515facc47b588b0 100644 (file)
@@ -1,6 +1,7 @@
-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
 
@@ -26,9 +27,10 @@ pintos.pdf: $(TEXIS)
        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