summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-18 14:46:28 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-18 15:07:59 +0200
commite415fe7add83048b0ac5ba7d74db99c2e7a5f7d7 (patch)
treeca85481c98ed56f92b6fad44ffca034cda0cbca0
parent1f9bde49bfa45d5c9245a3285e3ea8c2533b404c (diff)
Ship manpage
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 955dd78..bdf4a77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,11 @@
%:
dh $@
+
+override_dh_installman:
+ pod2man man/whatmaps.pod man/whatmaps.8
+ dh_installman man/whatmaps.8
+
+override_dh_autoclean:
+ rm -f man/whatmaps.8
+ dh_autoclean