File: rules

package info (click to toggle)
fonts-karmilla 016%2Bgit20181118-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,832 kB
  • sloc: python: 19; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download
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