From: Kern Sibbald Date: Mon, 1 Sep 2008 12:30:50 +0000 (+0000) Subject: Fix update_version.in path X-Git-Tag: Release-3.0.0~1032 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78466044d5817b0739131e2c32b9aa3d5bc2557c;p=bacula%2Fdocs Fix update_version.in path --- diff --git a/docs/autoconf/Make.common.in b/docs/autoconf/Make.common.in index dfd552ba..bb57cbf7 100644 --- a/docs/autoconf/Make.common.in +++ b/docs/autoconf/Make.common.in @@ -20,6 +20,7 @@ sysconfdir = @sysconfdir@ scriptdir = @scriptdir@ mandir = @mandir@/man1 manext = 1 +datarootdir=@datarootdir@ # Tools & program stuff MV = @MV@ diff --git a/docs/manuals/update_version.in b/docs/manuals/update_version.in index 2766245f..218cd4a3 100644 --- a/docs/manuals/update_version.in +++ b/docs/manuals/update_version.in @@ -6,5 +6,5 @@ out=/tmp/$$ VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' @bacula@/src/version.h` DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' @bacula@/src/version.h` . ./do_echo -sed -f ${out} version.tex.in >version.tex +sed -f ${out} @BUILD_DIR@/manuals/version.tex.in >version.tex rm -f ${out}