File: rules

package info (click to toggle)
node-wikibase-cli 15.15.4-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,852 kB
  • sloc: javascript: 4,540; sh: 26; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Required by the build time test
export PATH := bin:${PATH}

%:
	dh $@

override_dh_installman:
	help2man wb --name 'command-line interface to Wikibase' --no-info > debian/wb.1
	help2man wd --name 'command-line interface to Wikidata' --no-info > debian/wd.1
	dh_installman