X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=ed8bb234bfa95d51333abe10d515facc47b588b0;hb=d92d837ee458bff7687e4208607e98c5b8e017c2;hp=44b20992c2b3f47d60744884084c05936e7e66f9;hpb=392931f3f604f0c8ceb7d97dba21c7fefa2a2187;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index 44b2099..ed8bb23 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ 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 +bibliography.texi localsettings.texi all: pintos.html pintos.info pintos.dvi pintos.ps pintos.pdf @@ -27,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