1 TEXIS
= pintos.texi intro.texi threads.texi userprog.texi vm.texi \
2 filesys.texi license.texi reference.texi
44bsd.texi standards.texi \
3 doc.texi sample.tmpl.texi devel.texi debug.texi installation.texi \
4 bibliography.texi localsettings.texi
6 all: pintos.html pintos.
info pintos.
dvi pintos.ps pintos.pdf
8 pintos.html
: $(TEXIS
) texi2html
9 .
/texi2html
-toc_file
=$@
-split
=chapter
-nosec_nav
-nomenu
-init_file pintos-t2h.init
$<
15 makeinfo --plaintext
-o
$@
$<
27 sed
< $< > $@
's/\([{}@]\)/\@\1/g;'
31 rm -f
*.
dvi *.pdf
*.ps
*.log
*~
33 rm -f sample.tmpl.texi
35 dist: pintos.html pintos.pdf
38 cp
*.html
*.pdf
*.css
*.tmpl WWW
39 (cd ..
/specs
&& cp
-r
*.pdf freevga kbd sysv-abi-update.html ..
/doc
/WWW
/specs
)