1 TEXIS = projects.texi intro.texi threads.texi mlfqs.texi userprog.texi \
2 filesys.texi vm.texi standards.texi doc.texi devel.texi debug.texi
4 all: projects.html projects.info
6 projects.html: $(TEXIS) mlfqs1.png mlfqs2.png
7 texi2html -toc_file=$@ -split=chapter -no-sec_nav -no-menu $<
9 projects.info: $(TEXIS)
13 jgraph $< > $@.tmp && mv $@.tmp $@
19 rm -f *.info *.html *.eps *.png