From 34117fb345ed8a45d9674cccd56b3addac306ea2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 12 Feb 2000 17:07:24 +0000 Subject: [PATCH] CVS_SILENT simplifying make messages svn path=/trunk/kdebase/kcontrol/; revision=40569 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9ed7e94f46..708264b6a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,5 +15,5 @@ KDE_ICON = kwin METASOURCES = AUTO messages: - $(XGETTEXT) -C -ktranslate -kaliasLocal -kI18N_NOOP -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po $(podir)/kwin.pot + $(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kwin.pot