summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-19 02:04:00 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-19 02:04:00 +0100
commit596007948d77e562662b8e0c4031225999114288 (patch)
treeeb243dbd39deaf63b4c9c5c9149f01eb65999f16 /Makefile
parentff3de0f4926e36b75042f135f5c0ec1a84229821 (diff)
Improve hint about future unfuzz filter for testing newly initialized po files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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