summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kinder <rkinder@src.gnome.org>2004-06-04 10:06:02 +0000
committerRichard Kinder <rkinder@src.gnome.org>2004-06-04 10:06:02 +0000
commit211232bf3edc058a47f84b0706c3ae1823fa7432 (patch)
treeda44b1b0031bac04fb17e1d67fb09848130668a6
parent36797dc9ad9df8ec4073aef8a3a66013c228301a (diff)
downloadgnome-common-211232bf3edc058a47f84b0706c3ae1823fa7432.tar.gz
Make gnome-doc-common work properly.
svn path=/trunk/; revision=3447
-rw-r--r--ChangeLog5
-rw-r--r--doc-build/gnome-doc-common.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 046773b..646b878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-04 Richard Kinder <r_kinder@yahoo.com>
+ * doc-build/gnome-doc-common.in - change @VERSION@, @PACKAGE@
+ to @PACKAGE_VERSION@ and @PACKAGE_NAME@ so things depending on
+ a particular version of gnome-doc-common work.
+
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.
diff --git a/doc-build/gnome-doc-common.in b/doc-build/gnome-doc-common.in
index 881122d..e319cc7 100644
--- a/doc-build/gnome-doc-common.in
+++ b/doc-build/gnome-doc-common.in
@@ -3,8 +3,8 @@
progname=`echo "$0" | sed 's%^.*/%%'`
PROGRAM=gnome-doc-common
-PACKAGE=@PACKAGE@
-VERSION=@VERSION@
+PACKAGE=@PACKAGE_NAME@
+VERSION=@PACKAGE_VERSION@
prefix=@prefix@
datadir=@datadir@