summaryrefslogtreecommitdiff
path: root/fonttools/Makefile
blob: 039da8bf761e2fd9cc173b7be97b4c2e61d835a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = fonttools

all: $(name)_slides.pdf

view:
	python slippy.py $(name)_slides.py -t $(name)_theme.py

%_slides.pdf: slippy.py %_slides.py %_theme.py
	python slippy.py $*_slides.py -t $*_theme.py -o $@

clean:
	$(RM) $(name)_slides.pdf *.pyc