mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
Use datadir, not $(prefix)/share. (#89339)
Tue Dec 3 20:40:56 2002 Owen Taylor <otaylor@redhat.com> * Makefile.in.in: Use datadir, not $(prefix)/share. (#89339)
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Tue Dec 3 20:40:56 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in.in: Use datadir, not $(prefix)/share. (#89339)
|
||||||
|
|
||||||
2002-12-03 Kostas Papadimas <pkst@gmx.net>
|
2002-12-03 Kostas Papadimas <pkst@gmx.net>
|
||||||
|
|
||||||
* el.po: updated Greek translation
|
* el.po: updated Greek translation
|
||||||
|
@@ -25,10 +25,10 @@ VPATH = @srcdir@
|
|||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
datadir = $(prefix)/@DATADIRNAME@
|
datadir = @datadir@
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
gnulocaledir = $(prefix)/share/locale
|
gnulocaledir = $(datadir)/locale
|
||||||
gettextsrcdir = $(prefix)/share/glib-2.0/gettext/po
|
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||||
subdir = po
|
subdir = po
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
|
Reference in New Issue
Block a user