remove the messages targets already in separate scripts
svn path=/trunk/KDE/kdebase/workspace/; revision=536228
This commit is contained in:
parent
a69dfc1d1b
commit
85aa311b0b
6 changed files with 0 additions and 15 deletions
|
@ -26,8 +26,6 @@ KDE_ICON = kwin
|
|||
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.h *.cpp killer/*.cpp lib/*.cpp -o $(podir)/kwin.pot
|
||||
|
||||
kwin_datadir = $(kde_datadir)/kwin
|
||||
|
||||
|
|
|
@ -2,7 +2,3 @@ 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
|
||||
|
|
|
@ -12,7 +12,5 @@ kcm_kwindecoration_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
|
|||
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kcmkwindecoration.pot
|
||||
|
||||
xdg_apps_DATA = kwindecoration.desktop
|
||||
|
|
|
@ -9,8 +9,6 @@ kcm_kwinoptions_la_LIBADD = $(LIB_KDEUI)
|
|||
|
||||
noinst_HEADERS = windows.h mouse.h
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kcmkwm.pot
|
||||
|
||||
kwin_kcmkwin_options_data_DATA = kwinactions.desktop kwinadvanced.desktop kwinfocus.desktop kwinmoving.desktop kwintranslucency.desktop
|
||||
kwin_kcmkwin_options_datadir = $(kde_appsdir)/.hidden
|
||||
|
|
|
@ -23,7 +23,5 @@ kwin_rules_dialog_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undef
|
|||
kwin_rules_dialog_la_LIBADD = libkwinrules.la
|
||||
kwin_rules_dialog_la_COMPILE_FIRST = ruleslistbase.h ruleswidgetbase.h
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kcmkwinrules.pot
|
||||
|
||||
xdg_apps_DATA = kwinrules.desktop
|
||||
|
|
|
@ -15,6 +15,3 @@ METASOURCES = AUTO
|
|||
|
||||
include ../../../admin/Doxyfile.am
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_lib.pot
|
||||
-rm rc.cpp
|
||||
|
|
Loading…
Reference in a new issue