diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-19 16:36:36 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-19 16:41:30 -0500 |
commit | 4e06df000d49ab6b4e64134df013bf4c102f5b74 (patch) | |
tree | ae6379f2b67bc351f0cb964b88df73401d84fb41 | |
parent | b1c1dee4fc73abb87577358e341141f923cf1c1e (diff) |
add bitmask-root manpage
-rw-r--r-- | debian/manpages | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
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 |