From 80a1d5ce98b7c42d267167853cc30ea52667d62e Mon Sep 17 00:00:00 2001 From: Hans Petter Bieker Date: Wed, 23 Sep 1998 15:54:46 +0000 Subject: [PATCH] Tries to standarize how to call XGETTEXT. svn path=/trunk/kdeutils/knotes/; revision=10642 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cb41d0d6e..1f41823f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ uninstall-local: rm -f $(kde_minidir)/kmail.xpm messages: - @XGETTEXT@ -ki18n -C -x../../kdelibs/po/kde.pot $(kmail_SOURCES) && mv messages.po ../po/kmail.pot + $(XGETTEXT) -C -ki18n -x $(includedir)/kde.pot $(kmail_SOURCES) && mv messages.po ../po/kmail.pot kmfolderdia.cpp:kmfolderdia.moc kmfolderdia.moc: kmfolderdia.h