Added a title page
[AXE.git] / doc / makefile
1
2 .SUFFIXES: .obj .eps .png
3
4 .obj.png:
5         tgif -print -png $<
6
7 .obj.eps:
8         tgif -print -eps -color $<
9
10 .png.eps:
11         pngtopnm $< |pnmtops -noturn >$@
12
13 IMAGES = class_diagram.png communication.png edit_focus.png scroll.png
14
15 all: $(IMAGES) tutorial.html
16
17 tutorial.html : tutorial.xml
18         xml2html tutorial.xml >tutorial.html
19 clean:
20         rm -f *.aux *.log *.dvi
21         rm -f tutorial.html
22         rm -f $(IMAGES)