File: rules

package info (click to toggle)
ttf-cjk-compact 1.20
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,820 kB
  • sloc: sh: 108; ruby: 37; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 509 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
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

po-update:
	(cd po-files && ../update)

override_dh_auto_build:
	# Make fonts
	$(CURDIR)/makettf zh /usr/share/fonts/truetype/arphic/uming.ttc
	$(CURDIR)/makettf ja /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
	$(CURDIR)/makettf ko /usr/share/fonts/truetype/unfonts-core/UnDotum.ttf

override_dh_auto_clean:
	# Add here commands to clean up after the build process.
	-rm -f tmp/* fonts/*
	dh_auto_clean