missing messages targets, adjusted naming for gallium's ease
svn path=/trunk/kdebase/kwin/; revision=105753
This commit is contained in:
parent
c10f1428ce
commit
1540b2bf62
4 changed files with 9 additions and 1 deletions
clients
default/config
icewm/config
modernsystem/config
quartz/config
|
@ -12,7 +12,7 @@ noinst_HEADERS = config.h
|
|||
lnkdir = $(kde_datadir)/kwin/
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kwin_default_config.pot
|
||||
$(XGETTEXT) *.cpp -o $(podir)/libkwindefault_config.pot
|
||||
|
||||
###KMAKE-start (don't edit or delete this block)
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@ noinst_HEADERS = config.h
|
|||
|
||||
lnkdir = $(kde_datadir)/kwin/
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/libkwinicewm_config.pot
|
||||
|
||||
###KMAKE-start (don't edit or delete this block)
|
||||
|
||||
###KMAKE-end
|
||||
|
|
|
@ -13,3 +13,5 @@ noinst_HEADERS = config.h
|
|||
|
||||
lnkdir = $(kde_datadir)/kwin/
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/libkwinmodernsys_config.pot
|
||||
|
|
|
@ -11,6 +11,9 @@ noinst_HEADERS = config.h
|
|||
|
||||
lnkdir = $(kde_datadir)/kwin/
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/libkwinquartz_config.pot
|
||||
|
||||
###KMAKE-start (don't edit or delete this block)
|
||||
|
||||
###KMAKE-end
|
||||
|
|
Loading…
Reference in a new issue