summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-18 23:48:26 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-18 23:48:26 +0100
commitd4ebbb5aceb14f79b00bc24c2df91b87678299e9 (patch)
tree615a130e9e745add0d15167092d26eb4dbecd6d5
parentf9c7a9baa16d4d6a8e912ad8a69bf1c9605d4256 (diff)
Fix initializing po files using localized texts (not master texts).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ccb909..1f9444b 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ $(4)_POMODULES := $(filter-out $(3),$$($(4)_POMODULES))
$(4)_POLOCALES := $(filter-out $(2),$$($(4)_POLOCALES))
$(podir)/$(3).$(2).po: $(3) $(5)
- ( cd "$(3)" && PERL5LIB="$(CURDIR)/perl" po4a-gettextize -M UTF-8 -L UTF-8 -f $$(fileformat) -o markdown $$(patsubst %,-m %,$$($(3)_L10NFILES)) $$(patsubst %,-l $$(CURDIR)/$(5)/%,$($(3)_L10NFILES)) ) \
+ ( cd "$(3)" && PERL5LIB="$(CURDIR)/perl" po4a-gettextize -M UTF-8 -L UTF-8 -f $$(fileformat) -o markdown $$(patsubst %,-m %,$$($(3)_L10NFILES)) $$(patsubst %,-l $$(CURDIR)/$(1)/%,$($(3)_L10NFILES)) ) \
| grep -v '#, fuzzy' \
> $$@