File: rules

package info (click to toggle)
sword-dict-strongs-greek 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,988 kB
  • sloc: xml: 214,139; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build-indep:
	-mkdir -p modules/lexdict/zld/strongsgreek
	tei2mod modules/lexdict/zld/strongsgreek StrongGreek.tei.xml -z z
	du -bc modules/lexdict/zld/strongsgreek/* | awk 'END{ print "InstallSize="$$1 }' >> sword/strongsgreek.conf