0.9.1.57: just how hard can "cvs add" be?
[sbcl.git] / doc / internals / Makefile
1 .PHONY: top info clean all
2
3 all: info pdf
4
5 top:
6         sh make-top.sh
7
8 info: top
9         makeinfo sbcl-internals.texinfo
10
11 pdf: top
12         texi2pdf sbcl-internals.texinfo
13
14 clean: 
15         rm -f *.include *.info *.pdf *~ *.cp *.fn *.ky *.log *.pg *.toc \
16                 *.tp *.vr *.aux
17