Add the necessary magic to create po-properties/Makefile.

Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>

	* configure.in: Add the necessary magic to create
	po-properties/Makefile.

Sun Jan 18 01:52:04 2004  Matthias Clasen  <maclas@gmx.de>

	* Makefile.in.in (subdir): Define appropriately.
This commit is contained in:
Matthias Clasen 2004-01-18 00:50:15 +00:00 committed by Matthias Clasen
parent 5fbd0d1aaf
commit 75f9a9cee8
8 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Add the necessary magic to create
po-properties/Makefile.
Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de>
The second part of the fix for #114351 (see also

View File

@ -1,3 +1,8 @@
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Add the necessary magic to create
po-properties/Makefile.
Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de>
The second part of the fix for #114351 (see also

View File

@ -1,3 +1,8 @@
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Add the necessary magic to create
po-properties/Makefile.
Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de>
The second part of the fix for #114351 (see also

View File

@ -1,3 +1,8 @@
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Add the necessary magic to create
po-properties/Makefile.
Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de>
The second part of the fix for #114351 (see also

View File

@ -1,3 +1,8 @@
Sun Jan 18 01:51:12 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Add the necessary magic to create
po-properties/Makefile.
Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de>
The second part of the fix for #114351 (see also

View File

@ -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)

View File

@ -1,3 +1,7 @@
Sun Jan 18 01:52:04 2004 Matthias Clasen <maclas@gmx.de>
* Makefile.in.in (subdir): Define appropriately.
Sat Jan 17 23:41:58 2004 Matthias Clasen <maclas@gmx.de>
* af.po: Added Afrikaans file.

View File

@ -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@