From 4e06df000d49ab6b4e64134df013bf4c102f5b74 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 19 May 2014 16:36:36 -0500 Subject: add bitmask-root manpage --- debian/manpages | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/manpages b/debian/manpages index 4cf72795..d73f5926 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1,2 @@ docs/man/bitmask.1 +docs/man/bitmask-root.1 diff --git a/debian/rules b/debian/rules index 7e8d67ee..d82b9451 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,8 @@ PYTHON2=$(shell pyversions -vr) override_dh_prep: rst2man docs/man/bitmask.1.rst docs/man/bitmask.1 + rst2man docs/man/bitmask-root.1.rst docs/man/bitmask-root.1 + dh_prep # this will re-generate the resource files and locales. make -f ./Makefile @@ -70,4 +72,5 @@ override_dh_auto_clean: rm -rf docs/_build rm -rf *.egg-info rm -f docs/man/bitmask.1 + rm -f docs/man/bitmask-root.1 rm -rf docs/covhtml -- cgit v1.2.3