summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 52ac86f..a20c32f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -195,7 +195,7 @@ $(target)-%.info: $(target)-%.texi
$(target)-%.texi: $(srcdir)/po-texi/%.po $(srcdir)/help2man.texi
$(PO4A_TRANSLATE) -f texinfo -m $(srcdir)/help2man.texi \
- -p $(filter %.po,$^) -l $@
+ -p $(filter %.po,$^) -l $@ -k 60
dvi: $(target).dvi
$(target).dvi: $(srcdir)/$(target).texi
diff --git a/debian/changelog b/debian/changelog
index b640787..b3bf700 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ help2man (1.47.4) unstable; urgency=medium
* Update Serbian translation (thanks to Мирослав Николић).
* Add Chinese (simplified) translation of info page (thanks to Mingye Wang).
* Update Brazilian Portuguese translation (thanks to Rafael Fontenelle).
+ * Reduce the minimum translation to 60% for info files.
- -- Brendan O'Dea <bod@debian.org> Mon, 09 May 2016 14:45:19 +1000
+ -- Brendan O'Dea <bod@debian.org> Mon, 09 May 2016 15:19:40 +1000
help2man (1.47.3) unstable; urgency=medium