summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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