summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-23 11:14:08 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-23 11:14:08 +0100
commit3b5e136dd6785890f1c8e178cea50bc95dffe660 (patch)
tree5e8dd3fde345d875fcfa278cdecd3a7488ea0eba /debian/rules
parent2dc3ab0af3e63f612c1ad16f8b7f51fd5ffad15e (diff)
debian: Build the manual page, too.
The upstream build system does not build the manual page, so build and install it ourselves. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 512bf39..e3e06d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,10 @@ override_dh_autoreconf:
override_dh_installdocs:
dh_installdocs --link-doc=libumberlog0
+override_dh_auto_build:
+ dh_auto_build
+ install -d debian/tmp/usr/share/man/man3
+ rst2man lib/umberlog.rst debian/tmp/usr/share/man/man3/umberlog.3
+
%:
dh $@ --with autoreconf