92949ab569
Add a central user message extraction for all KWin client. (The config programs have already their own .pot files) CCMAIL:kde-i18n-doc@kde.org (Note: there is currently not much of a choice to add a new .pot file, as KWin has already many of them and we are in message freeze. But at least this new .pot file can be shared between all clients, which share most of the user visible strings.) svn path=/trunk/kdebase/kwin/; revision=332022
8 lines
359 B
Makefile
8 lines
359 B
Makefile
SUBDIRS = b2 default keramik laptop modernsystem quartz redmond web
|
|
# need to be ported: kwmtheme (almost done)
|
|
# only for testing: test
|
|
|
|
# -maxdepth 2 is needed as the config directories have other .pot files :-(
|
|
# KDE4 (or 3.4): unify the .pot, at least for the clients
|
|
messages:
|
|
$(XGETTEXT) `find . -maxdepth 2 -name \*.cpp` -o $(podir)/kwin_clients.pot
|