X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile;h=44b20992c2b3f47d60744884084c05936e7e66f9;hb=49c19e58aa14fba779bfe331b1ebaba62d31dfa5;hp=e06d52832b5598e5ae364d048b574513c2eba640;hpb=629ddac81289018a0ab9caa723ae876f3b44eb64;p=pintos-anon diff --git a/doc/Makefile b/doc/Makefile index e06d528..44b2099 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 all: pintos.html pintos.info pintos.dvi pintos.ps pintos.pdf @@ -10,6 +11,9 @@ pintos.html: $(TEXIS) texi2html pintos.info: $(TEXIS) makeinfo $< +pintos.text: $(TEXIS) + makeinfo --plaintext -o $@ $< + pintos.dvi: $(TEXIS) texi2dvi $< -o $@