From 3b5e136dd6785890f1c8e178cea50bc95dffe660 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 23 Mar 2012 11:14:08 +0100 Subject: 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 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') 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 -- cgit