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

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