summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 5867657007067c07363e436f4d2d0e60e1ba2680 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1

override_dh_auto_clean:
	-rm rapid-photo-downloader.1
	dh_clean