aboutsummaryrefslogtreecommitdiffstats
path: root/writeup/Makefile
blob: 40d0dd8f32bb3f0b0e3c30b64bc74f1936c5a92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
default: dissertation.tex class-diagram.pdf fetch.pdf \
		paper-revised1.pdf paper-revised2.pdf paper-revised3.pdf \
		paper-revised4.pdf paper-revised5.pdf \
		ui-design.png web-gtk.png web-maemo.png ssr-table-before.png \
		ssr-table-after.png ssr-no-collapsing.png ssr-collapsing.png \
		test1-1-1.png test1-1-2.png test1-1-3.png test1-1-4.png \
		test1-2-1.png test1-2-2.png test1-2-3.png test1-2-4.png \
		test2-1-1.png test2-1-2.png test2-1-3.png test2-1-4.png \
		test2-2-1.png test2-2-2.png test2-2-3.png test2-2-4.png \
		test3-1-1.png test3-1-2.png test3-1-3.png \
		test3-2-1.png test3-2-2.png test3-2-3.png \
		gtk01.png gtk02.png gtk03.png gtk04.png gtk05.png gtk06.png \
		maemo01.png maemo02.png maemo03.png \
		maemo04.png maemo05.png maemo06.png \
		maemo01m.png maemo07m.png
	rm -rf latex && \
	mkdir latex && \
	pdflatex -output-directory=latex dissertation.tex && \
	pdflatex -output-directory=latex dissertation.tex

class-diagram.pdf: class-diagram.eps
	epstopdf class-diagram.eps

class-diagram.eps: class-diagram.dia
	dia --export-to-format=eps class-diagram.dia

fetch.pdf: fetch.eps
	epstopdf fetch.eps

fetch.eps: fetch.dia
	dia --export-to-format=eps fetch.dia