mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
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:
parent
5fbd0d1aaf
commit
75f9a9cee8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user