File: rules

package info (click to toggle)
fonts-elstob 3.001%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,968 kB
  • sloc: python: 788; sh: 290; makefile: 8
file content (18 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	#dh_auto_build
	cd sources; ./build_font -o Elstob.glyphs
	cd sources; ./build_font -o Elstob-Italic.glyphs

override_dh_clean:
	dh_clean
	-rm -rf instance_otf instance_ufo master_ufo

#override_dh_auto_build:
#	fontmake -i -o otf -g sources/Elstob.glyphs
#	fontmake -i -o otf -g sources/Elstob-Italic.glyphs