File: rules

package info (click to toggle)
fonts-mononoki 1.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,588 kB
  • sloc: makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

%:
	dh $@

master_ttf:
	# No interpolated instances for the time being,
	# see https://github.com/googlefonts/ufo2ft/issues/339
	fontmake -o ttf -u src/*.ufo

override_dh_auto_build: master_ttf
	for ttf in $(wildcard master_ttf/*.ttf) ; \
	do \
		sfnt2woff-zopfli $${ttf} ; \
		woff2_compress $${ttf} ; \
	done

override_dh_clean:
	$(RM) -rf instance_* master_*
	dh_clean

override_dh_installdocs:
	dh_installdocs README.md