From 2d13dfff4f5575be43424267947a561c2f3b6e6d Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 15 Jan 2008 19:08:56 +0100 Subject: - reversed change to avoid conflicts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebc6592..a62b0c9 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ endif msgfmt -c -o $@ $< $(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp $(I18Npo): $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< -- cgit v1.2.3