aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a4613c..08eda4f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ update-po: $(LOCALEFILES);
.SECONDEXPANSION:
$(LOCALEFILES): locales/%.po: locales/$$(*F).pot
- msgmerge -q --update $@ $< --backup=none -w 77
+ msgmerge -q --update $@ $< --backup=none -w 79
@touch $@
locales/package.pot locales/sphinx.pot: locales/%.pot: $(BUILDDIR)/gettext/%.pot
- xgettext $< -o $@ -w 77 \
+ xgettext $< -o $@ -w 79 \
--copyright-holder='$(AUTHORS)' --package-name='$(PACKAGE)' \
--package-version='$(VERSION)' --msgid-bugs-address='$(EMAIL)'