mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix problem from recent commit where non GNU-format message catalogs would
Wed Dec 11 14:06:50 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. Remove some leftover setting of PATH=../src:$PATH.
This commit is contained in:
parent
b275382769
commit
8b06efc5d3
@ -1,3 +1,9 @@
|
||||
Wed Dec 11 14:06:50 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. Remove some leftover setting of PATH=../src:$PATH.
|
||||
|
||||
2002-12-11 Gil Osher <dolfin@rpg.org.il>
|
||||
|
||||
* he.po: Added Hebrew translation.
|
||||
|
@ -26,7 +26,8 @@ VPATH = @srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
localedir = $(datadir)/locale
|
||||
libdir = @libdir@
|
||||
localedir = $(libdir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
||||
@ -37,10 +38,10 @@ MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
||||
|
||||
CC = @CC@
|
||||
GENCAT = @GENCAT@
|
||||
GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
MSGFMT = @MSGFMT@
|
||||
XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
|
||||
MSGMERGE = PATH=../src:$$PATH msgmerge
|
||||
XGETTEXT = @XGETTEXT@
|
||||
MSGMERGE = msgmerge
|
||||
|
||||
DEFS = @DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
@ -198,7 +199,6 @@ dist distdir: update-po $(DISTFILES)
|
||||
|
||||
update-po: Makefile
|
||||
$(MAKE) $(GETTEXT_PACKAGE).pot
|
||||
PATH=`pwd`/../src:$$PATH; \
|
||||
cd $(srcdir); \
|
||||
catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
|
Loading…
Reference in New Issue
Block a user