summaryrefslogtreecommitdiffstats
path: root/admin/cvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cvs.sh')
-rw-r--r--admin/cvs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/cvs.sh b/admin/cvs.sh
index 80688bc..173eca7 100644
--- a/admin/cvs.sh
+++ b/admin/cvs.sh
@@ -509,14 +509,14 @@ for subdir in $dirs; do
echo "$subdir has *.rc or *.ui files, but not correct messages line"
fi
fi
- if test -n "`grep -r KAboutData *.c* *.C* 2>/dev/null`"; then
+ if test -n "`grep -r TDEAboutData *.c* *.C* 2>/dev/null`"; then
echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp
else echo " " > _translatorinfo.cpp
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if|else|endif)\s/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" \
- XGETTEXT="${XGETTEXT:-xgettext} -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x ${includedir:-${KDEDIR:-/usr/local/kde}/include}/kde.pot" \
+ XGETTEXT="${XGETTEXT:-xgettext} -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x ${includedir:-${TDEDIR:-/usr/local/kde}/include}/kde.pot" \
messages
exit_code=$?
if test "$exit_code" != 0; then