File: rules

package info (click to toggle)
fonts-beng-extra 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,260 kB
  • sloc: makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	./generate.pe *.sfd
	chmod -x *.ttf
	dh_install

override_dh_clean:
	rm -f *.ttf
	dh_clean