summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 56e7a08a1a6eb910940612f888a540678b3c8b39 (plain)
1
2
3
4
5
6
7
8
9
#!/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