summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-11 23:29:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-11 23:29:50 +0000
commitb12144a46ffff3f3375682420a068ec1f22c765a (patch)
treedfb06340027d341c790027b1b1c728c3c7a3b7d5 /po/Makefile.in.in
parent5fc015b4e9142a79ed24d3915046557947a13bad (diff)
downloadgdk-pixbuf-b12144a46ffff3f3375682420a068ec1f22c765a.tar.gz
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.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index d010dcf49..185c1c1d9 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -23,7 +23,8 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
-localedir = $(datadir)/locale
+libdir = @libdir@
+localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
subdir = po
@@ -34,10 +35,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@
@@ -212,7 +213,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 \