aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/fc-blanks/makefile
blob: 400fc2a14fb4bfa6d8c2867523887efba29e248f (plain)
1
2
3
4
5
6
7
BLANKSPY = fc-blanks.py
BLANKS_H = fcblanks.h
TMPL = fcblanks.tmpl.h

$(BLANKS_H): $(TMPL) $(BLANKSPY)
	python $(BLANKSPY) < $< > $(BLANKS_H)