File: rules

package info (click to toggle)
cil 0.07.00-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 836 kB
  • sloc: perl: 2,094; makefile: 53
file content (17 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/cil/usr/share/man/man1/cil.1p

override_dh_clean:
	dh_clean
	rm -rf $(CURDIR)/cil.1