]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Convert the perldoc to a man page, and install it.
authorAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sat, 27 Oct 2007 10:11:59 +0000 (23:11 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sat, 27 Oct 2007 10:11:59 +0000 (23:11 +1300)
debian/rules

index f804aef5daa8ec33236da295ef3f4de225b052b9..dbb4384b8bcd144553a54696403146930bd0d384 100755 (executable)
@@ -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