summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 78f7e14e3f6de235c2cf68b33c7ee6ebdf3e3dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pycentral

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

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

cleanbuilddir/rapid-photo-downloader::
		rm -f rapid-photo-downloader.1

DEB_INSTALL_MANPAGES_rapid-photo-downloader = rapid-photo-downloader.1