diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 14:03:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 14:03:14 +0000 |
commit | 0079f94a1e9316aaf34c74c97cf15c1bea2bb3d5 (patch) | |
tree | a00b86d9e115ce7723403b8d6bf8b8bbb074dd06 /debian | |
parent | 49aba5412a2c14903ae4427b40ed37904e08912f (diff) |
Removed manpages
Diffstat (limited to 'debian')
-rw-r--r-- | debian/manpages | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/debian/manpages b/debian/manpages deleted file mode 100644 index d448092..0000000 --- a/debian/manpages +++ /dev/null @@ -1,4 +0,0 @@ -man/custodian-dequeue.man -man/custodian-enqueue.man -man/custodian-queue.man -man/multi-ping.man diff --git a/debian/rules b/debian/rules index 07516c8..d1637ca 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,3 @@ #export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk - -build/custodian:: - make docs |