From 58a051b73becd437849595bcbe4b83937947e46c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 14 Feb 2006 13:36:50 +0000 Subject: Add width argument to msgmerge --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 912fcdcb..ea0d19cb 100644 --- a/po/Makefile +++ b/po/Makefile @@ -25,7 +25,7 @@ all: $(GOALS) merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ - msgmerge "$$n" $< > "$$n"t; \ + msgmerge --width=80 "$$n" $< > "$$n"t; \ mv -f "$$n"t "$$n"; \ done -- cgit v1.2.1