summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 22a65be96dab4d98b32e72a92031ab746f71d39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	cd src; for d in *.sfdir; do \
		../debian/generate-fonts $$d; \
		fontimage $$d; \
	done

.PHONY: override_dh_auto_build