From 545d2e981b395dac78808a935a670f03c54cd296 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Jan 2007 14:20:28 +0000 Subject: do not hardcode a non standard width --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index b54c57c4..59b4095c 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 --width=79 "$$n" $< > "$$n"t; \ + msgmerge "$$n" $< > "$$n"t; \ mv -f "$$n"t "$$n"; \ done -- cgit v1.2.1