From 0ec00ec6b8ffaffacda43a85ad2bdefd3345cd3b 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/kdeutils/karm/; revision=40569 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 36f56ed57..3b9af9cf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,5 +44,5 @@ EXTRA_DIST = KMail.desktop KDE_ICON = kmail messages: - $(XGETTEXT) -C -kI18N_NOOP -ki18n -x $(includedir)/kde.pot $(kmail_SOURCES) && mv messages.po $(podir)/kmail.pot + $(XGETTEXT) $(kmail_SOURCES) -o $(podir)/kmail.pot