From f33abfb8e181fcfbaf4a535361c5e03459eb88a6 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 15 Jan 2008 19:54:06 +0100 Subject: - Makefile change regarding --omit-header seems to be ok, so again undo ;) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a62b0c9..ebc6592 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 --msgid-bugs-address='' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp $(I18Npo): $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< -- cgit v1.2.3