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

PKG = $(shell dh_listpackages)

%:
	dh $@ --with python2

override_dh_installdocs:
	dh_installdocs
	# Generate documentation
	rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html