X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=ed8bb234bfa95d51333abe10d515facc47b588b0;hb=ef87ec47544e7a120d19211b6332d41b11403992;hp=53f232e682a1acd12e5df22a262599ed228b3727;hpb=f415a37905c57f61b444806bf84f5405184452aa;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index 53f232e..ed8bb23 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,7 @@ TEXIS = pintos.texi intro.texi threads.texi userprog.texi vm.texi \ -filesys.texi bibliography.texi reference.texi standards.texi doc.texi \ -sample.tmpl.texi devel.texi debug.texi 44bsd.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