move build-helper into bin/

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-20 09:22:17 +02:00
parent 9b92822b4b
commit 5fb66cd314
3 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8 A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8
A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8 A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8
helper=./build-helper helper=./bin/build-helper
MANDIR=docs/man MANDIR=docs/man
MAN1DSTDIR=$(MANDIR)/man1 MAN1DSTDIR=$(MANDIR)/man1

View File

@ -25,7 +25,7 @@ dir=${0%/*}
# Ensure version is present - the bundled/shipped version contains a static version, # Ensure version is present - the bundled/shipped version contains a static version,
# the git version contains a dynamic version # the git version contains a dynamic version
"$dir/../build-helper" version "$dir/build-helper" version
libdir=$(cd "${dir}/../" && pwd -P) libdir=$(cd "${dir}/../" && pwd -P)
export PYTHONPATH="${libdir}" export PYTHONPATH="${libdir}"