mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Fix problem from recent commit where non GNU-format message catalogs would
Sat Dec 14 20:36:31 2002 Owen Taylor <otaylor@redhat.com> * po/Makefile.in.in: Fix problem from recent commit where non GNU-format message catalogs would be installed in datadir.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Sat Dec 14 20:36:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* po/Makefile.in.in: Fix problem from recent commit where
|
||||||
|
non GNU-format message catalogs would be installed in
|
||||||
|
datadir.
|
||||||
|
|
||||||
2002-12-11 Pauli Virtanen <pauli.virtanen@hut.fi>
|
2002-12-11 Pauli Virtanen <pauli.virtanen@hut.fi>
|
||||||
|
|
||||||
* fi.po: Added Finnish translation from Lauri Nurmi.
|
* fi.po: Added Finnish translation from Lauri Nurmi.
|
||||||
|
@@ -26,7 +26,8 @@ VPATH = @srcdir@
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
localedir = $(datadir)/locale
|
libdir = @libdir@
|
||||||
|
localedir = $(libdir)/locale
|
||||||
gnulocaledir = $(datadir)/locale
|
gnulocaledir = $(datadir)/locale
|
||||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||||
subdir = po
|
subdir = po
|
||||||
|
Reference in New Issue
Block a user