]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Install some files needed by the examples.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Nov 2003 15:22:30 +0000 (15:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:16 +0000 (12:11 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/m4/ChangeLog
gettext-tools/m4/Makefile.am

index 7004891ad9f53f1ce6af755649224e6013305330..952309f5a3d17ae6d0eca7a61b13d8328d1ad904 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New
+       variables.
+
 2003-11-11  Bruno Haible  <bruno@clisp.org>
 
        * xsize.h (SIZE_MAX): Remove fallback definition.
index 514ec8ba5c75b6a43deff7b6c90700304993b263..c24b2ea887f950befaf51a11c667e6206a30a770 100644 (file)
@@ -125,6 +125,12 @@ install-exec-clean:
 gettextsrcdir = $(datadir)/gettext
 gettextsrc_DATA = gettext.h
 
+# Files installed for the examples.
+
+docdir = @docdir@
+examplesconfigdir = $(docdir)/examples/config
+examplesconfig_DATA = javacomp.sh.in javaexec.sh.in
+
 # List of files to be distributed.
 
 noinst_HEADERS = gettext.h
index 70824af67f3237aa1d0c05bf29574c8b19ed4836..78bcdaa23fc83cbe18f18050c2e62529603e5c56 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New
+       variables.
+
 2003-11-09  Bruno Haible  <bruno@clisp.org>
 
        * javaexec.m4 (gt_JAVAEXEC): Accept two optional arguments, denoting
index bb5c5c8c9ea63d06686c348b5dd28d7423e16857..b8a9880875cafc4e019aebc0e747c7cf53ff6afa 100644 (file)
@@ -31,6 +31,12 @@ aclocal_DATA = \
   ../../gettext-runtime/m4/wchar_t.m4 \
   ../../gettext-runtime/m4/wint_t.m4
 
+# Files installed for the examples.
+
+docdir = @docdir@
+examplesconfigdir = $(docdir)/examples/config
+examplesconfig_DATA = gcj.m4 javacomp.m4 javaexec.m4
+
 # Generate this list with
 # find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
 EXTRA_DIST = README ChangeLog.0 \