1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

moved messages targets

svn path=/trunk/KDE/kdenetwork/krfb/; revision=536316
This commit is contained in:
Stephan Kulow
2006-05-01 20:03:39 +00:00
parent 05df948016
commit 29ee58e17b
6 changed files with 6 additions and 6 deletions

View File

@@ -16,5 +16,3 @@ EXTRA_DIST = $(kcm_krfb_la_SOURCES)\
# set the include path for X, qt and KDE
INCLUDES= -I../krfb $(all_includes)
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kcm_krfb.pot

2
kcm_krfb/Messages.sh Normal file
View File

@@ -0,0 +1,2 @@
#! /bin/sh
$XGETTEXT *.cpp *.h -o $podir/kcm_krfb.pot

View File

@@ -24,5 +24,3 @@ install-data-local:
# set the include path for X, qt and KDE
INCLUDES= -I$(top_srcdir)/krfb/srvloc $(all_includes)
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kinetd.pot

2
kinetd/Messages.sh Normal file
View File

@@ -0,0 +1,2 @@
#! /bin/sh
$XGETTEXT *.cpp -o $podir/kinetd.pot

View File

@@ -30,5 +30,3 @@ KDE_ICON = krfb
INCLUDES= -I$(top_srcdir)/krfb/libvncserver -I$(top_srcdir)/krfb/srvloc \
$(all_includes)
messages: rc.cpp
$(XGETTEXT) rc.cpp *.cpp *.cc -o $(podir)/krfb.pot

2
krfb/Messages.sh Normal file
View File

@@ -0,0 +1,2 @@
#! /bin/sh
$XGETTEXT rc.cpp *.cpp *.cc -o $podir/krfb.pot