Added extraction of strings from .ui files
svn path=/trunk/kdebase/kwin/; revision=355249
This commit is contained in:
parent
78b5894323
commit
756bb763ca
1 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,7 @@ SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web
|
||||||
# need to be ported: kwmtheme (almost done)
|
# need to be ported: kwmtheme (almost done)
|
||||||
# only for testing: test
|
# only for testing: test
|
||||||
|
|
||||||
messages:
|
messages: rc.cpp
|
||||||
|
$(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
|
||||||
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
|
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
|
||||||
|
-rm rc.cpp
|
||||||
|
|
Loading…
Reference in a new issue