From: Bruno Haible Date: Tue, 18 Feb 2003 13:29:39 +0000 (+0000) Subject: ABOUT-NLS now to be installed by the gettext-runtime package. X-Git-Tag: v0.12~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec33dc1dde350ebbbb1c82ea3951c8bcc393e0f;p=thirdparty%2Fgettext.git ABOUT-NLS now to be installed by the gettext-runtime package. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index b956dc20c..fe4f5d13d 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Bruno Haible + + * Makefile.am: Install ABOUT-NLS in $(datadir)/gettext. + 2003-02-12 Bruno Haible Extracted from gettext package. diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index a5517f6db..28d25f447 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -28,6 +28,12 @@ DIST_SUBDIRS = doc intl intl-java lib libasprintf src po man m4 EXTRA_DIST = BUGS +# Files installed for the user and for use by gettextize. + +gettextsrcdir = $(datadir)/gettext +gettextsrc_DATA = ABOUT-NLS + + # Documentation tags not known to automake. ps: diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index aa83e3b60..43096720f 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2003-02-18 Bruno Haible + + * Makefile.am: Don't install ABOUT-NLS in $(datadir)/gettext. This is + now done by the gettext-runtime package. + 2003-02-12 Bruno Haible Big restructuring. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index e79ede314..fd030290e 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -28,7 +28,6 @@ EXTRA_DIST = misc/DISCLAIM # Files installed for use by gettextize. gettextsrcdir = $(datadir)/gettext -gettextsrc_DATA = ../gettext-runtime/ABOUT-NLS gettextsrc_SCRIPTS = ../autoconf-lib-link/config.rpath ../config/mkinstalldirs