diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 00:37:40 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 00:37:40 +0100 |
commit | 218860ac4164f53d76134148745c192b9ab9c5a3 (patch) | |
tree | 4b8564573d392d6b570d5e029dddd7684d870f01 | |
parent | 64188765d41f586a2abfaa3bc60e2f836b01f151 (diff) |
Drop surrounding parens when initializing po files.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)/$(1)/%,$($(3)_L10NFILES)) -p $(CURDIR)/$$@) + 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)) -p $(CURDIR)/$$@ # TODO: Implement the below for automated tests, after unfuzzing the above like this: # grep -v '#, fuzzy' |