File: rules

package info (click to toggle)
bgoffice-dict-downloader 0.10
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 140 kB
  • sloc: perl: 114; sh: 68; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_test:
	perl -c bgoffice-dict-download
	dh_auto_test

override_dh_installman:
	pod2man bgoffice-dict-download > bgoffice-dict-download.1
	pod2man update-bgoffice-dicts > update-bgoffice-dicts.1
	dh_installman bgoffice-dict-download.1 update-bgoffice-dicts.1