diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 02:04:00 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-19 02:04:00 +0100 |
commit | 596007948d77e562662b8e0c4031225999114288 (patch) | |
tree | eb243dbd39deaf63b4c9c5c9149f01eb65999f16 | |
parent | ff3de0f4926e36b75042f135f5c0ec1a84229821 (diff) |
Improve hint about future unfuzz filter for testing newly initialized po files.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ $(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)/$$@ # TODO: Implement the below for automated tests, after unfuzzing the above like this: -# grep -v '#, fuzzy' +# grep -v '^#, fuzzy$' | sed 's/^#, fuzzy,/#,/' # # FIXME: needs to depend also on its masterfile #$$(patsubst %,$(1)/%,$$($(3)_L10NFILES)): $(podir)/$(3).$(2).po |