X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=b2e8a4387656dd82e094daf33249b7e7c0a97fcc;hb=02ae2d67be2382d3975e4558445a10dacd566a41;hp=69ea11082c57ffca5d3abd7aeadc151f861f7d2a;hpb=b11369bca8a2f9f855ff0e779bfee174e7d69ea9;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index 69ea110..b2e8a43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,19 +1,20 @@ TEXIS = projects.texi intro.texi threads.texi mlfqs.texi userprog.texi \ -filesys.texi vm.texi standards.texi doc.texi devel.texi debug.texi +vm.texi filesys.texi references.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 -init_file pintos-t2h.init $< + ./texi2html -toc_file=$@ -split=chapter -nosec_nav -nomenu -init_file pintos-t2h.init -nonumber $< projects.info: $(TEXIS) makeinfo $< %.eps: %.jgr - jgraph $< > $@.tmp && mv $@.tmp $@ + (jgraph $< > $@.tmp && mv $@.tmp $@) || touch $@ %.png: %.eps convert $< $@ clean: - rm -f *.info *.html *.eps *.png + rm -f *.info *.html *.png