File: rules

package info (click to toggle)
fonts-ocr-b 0.3.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: sh: 3,440; perl: 356; makefile: 258
file content (16 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./configure

override_dh_auto_build:
	$(MAKE) OCRB.otf OCRBE.otf OCRBF.otf OCRBL.otf OCRBS.otf OCRBX.otf

override_dh_auto_test:
	# The tests only work with a custom version of Fontforge.

override_dh_auto_install:
	# We will install the fonts manually.