summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-06 07:42:50 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-06 07:42:50 +0000
commitb146da5d96d863434aa2fdf21d5521c8690489b6 (patch)
treeac24a3ff6eba7d6adbad195116b9f68d5772a114
parent1d8e656c2a7561b2ef03be3f66e3eadcb0ad77bf (diff)
downloadobnam-b146da5d96d863434aa2fdf21d5521c8690489b6.tar.gz
Don't generate obnam-benchmark.1 in setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index deda1ba1..a63f3e43 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ class Build(build):
build.run(self)
print 'building manpages'
- for x in ['obnam', 'obnam-benchmark']:
+ for x in ['obnam']:
with open('%s.1' % x, 'w') as f:
runcmd(['python', x, '--generate-manpage=%s.1.in' % x,
'--output=%s.1' % x], stdout=f)