Add messages target.
svn path=/trunk/kdebase/kwin/; revision=31668
This commit is contained in:
parent
c42791563d
commit
b626b02a95
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspac
|
||||||
kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI)
|
kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI)
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
messages:
|
||||||
|
$(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po ../po/kwin.pot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue