diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-17 11:44:07 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 14:12:57 -0400 |
commit | e2974ffab01c12cfd8bd2de1a718d7029c029660 (patch) | |
tree | 8dc1993623a50ba89730fdcb7fe4ae263fad8a2e /debian/rules | |
parent | 90037b0a4ecaae7ee2d0dfca183efa7d2151844e (diff) |
rename leap-client bitmask man page to bitmask
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0357ed3c..82b8e05c 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ PYTHON2=$(shell pyversions -vr) dh $@ --with python2,sphinxdoc --buildsystem=python_distutils override_dh_prep: - rst2man docs/man/leap-client.1.rst docs/man/leap-client.1 + rst2man docs/man/bitmask.1.rst docs/man/bitmask.1 dh_prep ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) |