From 596007948d77e562662b8e0c4031225999114288 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 19 Feb 2008 02:04:00 +0100 Subject: Improve hint about future unfuzz filter for testing newly initialized po files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77e1dfa..b3a4a38 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3