From 756bb763caa29f913ad8e1da6a4d6eb90914c8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Asserh=C3=A4ll?= Date: Sun, 17 Oct 2004 11:48:28 +0000 Subject: [PATCH] Added extraction of strings from .ui files svn path=/trunk/kdebase/kwin/; revision=355249 --- clients/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 4c30078b78..6d00b0001d 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -2,5 +2,7 @@ SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web # need to be ported: kwmtheme (almost done) # only for testing: test -messages: +messages: rc.cpp + $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot + -rm rc.cpp