allow setting up version when running outside dir

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 20091cf1e9
commit 4d2b576553
  1. 2
      build

@ -27,7 +27,7 @@
#set -e
basedir=${0%/*}
version=$(git describe)
version=$(cd "$basedir" && git describe)
# Manpage and HTML
A2XM="a2x -f manpage --no-xmllint -a encoding=UTF-8"

Loading…
Cancel
Save