summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 4d00de02c0e3c48b800ae3802af4c1f852b15063 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

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