forked from AuroraMiddleware/gtk
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
5fc015b4e9
commit
b12144a46f
@ -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 Pauli Virtanen <pauli.virtanen@hut.fi>
|
2002-12-11 Pauli Virtanen <pauli.virtanen@hut.fi>
|
||||||
|
|
||||||
* fi.po: Updated Finnish translation.
|
* fi.po: Updated Finnish translation.
|
||||||
|
@ -23,7 +23,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)/gettext/po
|
gettextsrcdir = $(datadir)/gettext/po
|
||||||
subdir = po
|
subdir = po
|
||||||
@ -34,10 +35,10 @@ MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
|||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
GENCAT = @GENCAT@
|
GENCAT = @GENCAT@
|
||||||
GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
|
GMSGFMT = @GMSGFMT@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
|
XGETTEXT = @XGETTEXT@
|
||||||
MSGMERGE = PATH=../src:$$PATH msgmerge
|
MSGMERGE = msgmerge
|
||||||
|
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
@ -212,7 +213,6 @@ dist distdir: update-po $(DISTFILES)
|
|||||||
|
|
||||||
update-po: Makefile
|
update-po: Makefile
|
||||||
$(MAKE) $(GETTEXT_PACKAGE).pot
|
$(MAKE) $(GETTEXT_PACKAGE).pot
|
||||||
PATH=`pwd`/../src:$$PATH; \
|
|
||||||
cd $(srcdir); \
|
cd $(srcdir); \
|
||||||
catalogs='$(CATALOGS)'; \
|
catalogs='$(CATALOGS)'; \
|
||||||
for cat in $$catalogs; do \
|
for cat in $$catalogs; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user