diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 04:56:59 -0700 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 05:00:07 -0700 |
| commit | 12fa38a1fa44ed435631968f1a82bd24fc0e5dbc (patch) | |
| tree | 071c036ec634c90623a34fc0b690e95e6745e8f6 /setup.py | |
| parent | 3892055f89dd82ce8bd6c1f759bfabac74e9b98d (diff) | |
| download | gentoolkit-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-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'), |
