diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-13 15:35:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:14 +0200 |
commit | cad39a7e624dfd38bd6fb3a41d05383d82368712 (patch) | |
tree | 8c7c15ac8e4e6090beafd3d490b73f11193e97cf /gettext-tools | |
parent | f944c94061a0769628318cacec81a5a09d1e0879 (diff) | |
download | external_gettext-cad39a7e624dfd38bd6fb3a41d05383d82368712.zip external_gettext-cad39a7e624dfd38bd6fb3a41d05383d82368712.tar.gz external_gettext-cad39a7e624dfd38bd6fb3a41d05383d82368712.tar.bz2 |
Define docdir already in configure.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 1 | ||||
-rw-r--r-- | gettext-tools/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/doc/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/man/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/man/Makefile.am | 2 |
6 files changed, 15 insertions, 2 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index adf0dec..fa4ad1c 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-11-13 Bruno Haible <bruno@clisp.org> + + * configure.ac (docdir): New variable. + 2003-11-05 Bruno Haible <bruno@clisp.org> * configure.ac (localedir): New variable. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index bf7bcbb..7468bfa 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -27,6 +27,7 @@ AM_CONFIG_HEADER(config.h) dnl Installation directories. AC_SUBST([localedir], ['${datadir}/locale']) +AC_SUBST([docdir], ['${datadir}/doc/gettext']) dnl Prefer modern Filesystem Hierarchy Standard over antiquated GNU standards. test "$mandir" != '${prefix}/man' || mandir='${datadir}/man' diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 0ba0158..282a1b6 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,5 +1,9 @@ 2003-11-13 Bruno Haible <bruno@clisp.org> + * Makefile.am (docdir): Use the value from the configure script. + +2003-11-13 Bruno Haible <bruno@clisp.org> + * gettext.texi (About gettext): Mention OpenI18N (ex-Li18nux). (History): Acknowledge Paul Eggert's role. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 50b2097..377653c 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -17,7 +17,7 @@ ## Process this file with automake to produce Makefile.in. -docdir = $(datadir)/doc/gettext +docdir = @docdir@ dvidir = $(docdir) psdir = $(docdir) pdfdir = $(docdir) diff --git a/gettext-tools/man/ChangeLog b/gettext-tools/man/ChangeLog index 43447fa..857dc2a 100644 --- a/gettext-tools/man/ChangeLog +++ b/gettext-tools/man/ChangeLog @@ -1,3 +1,7 @@ +2003-11-13 Bruno Haible <bruno@clisp.org> + + * Makefile.am (docdir): Use the value from the configure script. + 2003-05-22 Bruno Haible <bruno@clisp.org> * gettext-0.12.1 released. diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am index f44ec4c..a9406ed 100644 --- a/gettext-tools/man/Makefile.am +++ b/gettext-tools/man/Makefile.am @@ -19,7 +19,7 @@ VERSION = @VERSION@ mandir = @mandir@ -docdir = $(datadir)/doc/gettext +docdir = @docdir@ htmldir = $(docdir) localedir = $(datadir)/locale |