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

DEB_PYTHON_SYSTEM := pysupport

PKG = $(shell dh_listpackages)

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

binary-post-install/python-django-tagging::
	# Generate documentation
	rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html