From 75f9a9cee89b60e6f663811f81fc25911fb43e4c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 18 Jan 2004 00:50:15 +0000 Subject: [PATCH] Add the necessary magic to create po-properties/Makefile. Sun Jan 18 01:51:12 2004 Matthias Clasen * configure.in: Add the necessary magic to create po-properties/Makefile. Sun Jan 18 01:52:04 2004 Matthias Clasen * Makefile.in.in (subdir): Define appropriately. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 5 ++++- po-properties/ChangeLog | 4 ++++ po-properties/Makefile.in.in | 2 +- 8 files changed, 34 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87b432f767..27be1ec961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 18 01:51:12 2004 Matthias Clasen + + * configure.in: Add the necessary magic to create + po-properties/Makefile. + Sat Jan 17 23:05:52 2004 Matthias Clasen The second part of the fix for #114351 (see also diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 87b432f767..27be1ec961 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Jan 18 01:51:12 2004 Matthias Clasen + + * configure.in: Add the necessary magic to create + po-properties/Makefile. + Sat Jan 17 23:05:52 2004 Matthias Clasen The second part of the fix for #114351 (see also diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 87b432f767..27be1ec961 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Jan 18 01:51:12 2004 Matthias Clasen + + * configure.in: Add the necessary magic to create + po-properties/Makefile. + Sat Jan 17 23:05:52 2004 Matthias Clasen The second part of the fix for #114351 (see also diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 87b432f767..27be1ec961 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Jan 18 01:51:12 2004 Matthias Clasen + + * configure.in: Add the necessary magic to create + po-properties/Makefile. + Sat Jan 17 23:05:52 2004 Matthias Clasen The second part of the fix for #114351 (see also diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 87b432f767..27be1ec961 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Jan 18 01:51:12 2004 Matthias Clasen + + * configure.in: Add the necessary magic to create + po-properties/Makefile. + Sat Jan 17 23:05:52 2004 Matthias Clasen The second part of the fix for #114351 (see also diff --git a/configure.in b/configure.in index d3b5875e6a..379fe278dd 100644 --- a/configure.in +++ b/configure.in @@ -396,9 +396,12 @@ AC_SUBST(STRIP_BEGIN) AC_SUBST(STRIP_END) # i18n stuff -ALL_LINGUAS="am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW" +ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Cyrl vi wa yi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT LIBS="$LIBS $INTLLIBS" +AC_OUTPUT_COMMANDS([case "$CONFIG_FILES" in *po-properties/Makefile.in*) + sed -e "/POTFILES =/r po-properties/POTFILES" po-properties/Makefile.in > po-properties/Makefile + esac]) AM_GLIB_DEFINE_LOCALEDIR(GTK_LOCALEDIR) diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index dae8fdbfee..2b53430f26 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,7 @@ +Sun Jan 18 01:52:04 2004 Matthias Clasen + + * Makefile.in.in (subdir): Define appropriately. + Sat Jan 17 23:41:58 2004 Matthias Clasen * af.po: Added Afrikaans file. diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in index 40d16b7f16..b98315b5c7 100644 --- a/po-properties/Makefile.in.in +++ b/po-properties/Makefile.in.in @@ -30,7 +30,7 @@ libdir = @libdir@ localedir = $(libdir)/locale gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/glib-2.0/gettext/po -subdir = po +subdir = po-properties INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@