Commit 4f8f0c27 authored by kov@webkit.org's avatar kov@webkit.org

2009-04-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

        Unreviewed build fix to generate all .mo files at the correct
        location.

        * GNUmakefile.am:

git-svn-id: svn://svn.chromium.org/blink/trunk@42621 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent fdbbf758
2009-04-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Unreviewed build fix to generate all .mo files at the correct
location.
* GNUmakefile.am:
2009-04-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Holger Freyther.
......
......@@ -27,7 +27,7 @@ MSGMERGE_UPDATE := $(MSGMERGE) --update
POFILES += $(shell ls $(srcdir)/WebKit/gtk/po/*.po)
MOFILES += $(shell echo $(POFILES) | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
MOFILES += $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
.po.mo:
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment