From: Andrew Ruthven Date: Sat, 27 Oct 2007 10:11:59 +0000 (+1300) Subject: Convert the perldoc to a man page, and install it. X-Git-Tag: 0.1~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3875cf7ddbd27718cf85c7e27b72f688d8910922;p=mythtv-status.git Convert the perldoc to a man page, and install it. --- 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