blob: 6d00b0001d5bb96302bf77191bb5c41bc451d89a (
plain)
1
2
3
4
5
6
7
8
|
SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web
# need to be ported: kwmtheme (almost done)
# only for testing: test
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
-rm rc.cpp
|