X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=69ea11082c57ffca5d3abd7aeadc151f861f7d2a;hb=b11369bca8a2f9f855ff0e779bfee174e7d69ea9;hp=f6a7b7d91e39502e6cfc514171f4b3d32916519b;hpb=40140f51bb6c6bf0191145497a5db115083fe3af;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index f6a7b7d..69ea110 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,10 +1,10 @@ TEXIS = projects.texi intro.texi threads.texi mlfqs.texi userprog.texi \ -filesys.texi vm.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 $< projects.info: $(TEXIS) makeinfo $<