From 3875cf7ddbd27718cf85c7e27b72f688d8910922 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 27 Oct 2007 23:11:59 +1300 Subject: [PATCH] Convert the perldoc to a man page, and install it. --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f804aef..dbb4384 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,11 @@ clean: rm -f build-stamp configure-stamp dh_clean -install: +build: + pod2man bin/mythtv-status > debian/mythtv-status.1 + @touch build-stamp + +install: build-stamp dh_testdir dh_testroot dh_clean -k @@ -37,7 +41,7 @@ binary-arch: install # Make sure we start after mythtv-backend dh_installinit -- defaults 21 dh_installcron - dh_installman + dh_installman debian/mythtv-status.1 dh_compress dh_fixperms dh_perl -- 2.30.2