summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-03-22 04:56:59 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-03-22 05:00:07 -0700
commit12fa38a1fa44ed435631968f1a82bd24fc0e5dbc (patch)
tree071c036ec634c90623a34fc0b690e95e6745e8f6 /setup.py
parent3892055f89dd82ce8bd6c1f759bfabac74e9b98d (diff)
downloadgentoolkit-12fa38a1fa44ed435631968f1a82bd24fc0e5dbc.tar.gz
ebump: Add to setup.py, minor update to man page
Update script to use VERSION like the other scripts
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 024b612..d16a56b 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ except ImportError:
# Bash files that need `VERSION=""` subbed, relative to this dir:
bash_scripts = [(os.path.join(cwd, path), 'VERSION=') for path in (
+ 'bin/ebump',
'bin/euse',
'bin/revdep-rebuild.sh'
)]
@@ -49,6 +50,7 @@ python_scripts = [(os.path.join(cwd, path), '__version__ = ') for path in (
)]
manpages = [(os.path.join(cwd, path[0]), path[1]) for path in (
+ ('man/ebump.1', 'EBUMP'),
('man/eclean.1', 'ECLEAN'),
('man/enalyze.1', 'ENALYZE'),
('man/epkginfo.1', 'EPKGINFO'),