From b626b02a95f19e8e021158b6b50771dba9a4a1e9 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Duranceau Date: Sun, 24 Oct 1999 12:05:50 +0000 Subject: [PATCH] Add messages target. svn path=/trunk/kdebase/kwin/; revision=31668 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5bfdaae021..3eb39f17fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,7 @@ kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspac kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI) METASOURCES = AUTO + +messages: + $(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po ../po/kwin.pot +