Warning, file /utilities/konsole/src/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /bin/sh
0002 rm -f schemas.cpp
0003 for i in ../data/color-schemes/*.colorscheme; do
0004 grep "^Description=" $i | sed -e 's#^Description=\(.*\)$#i18n(\"\1\")#' >> schemas.cpp
0005 done
0006 for i in ../data/keyboard-layouts/*.keytab; do
0007 grep "^keyboard" $i | sed -e 's#^keyboard \"\(.*\)\"$#i18n(\"\1\")#' >> schemas.cpp
0008 done
0009 $EXTRACTRC `find . -name \*.ui`          >>  rc.cpp
0010 $EXTRACTRC `find . -name \*.kcfg` >> rc.cpp
0011 $EXTRACTRC `find ../desktop -name \*.rc` >> rc.cpp
0012 $XGETTEXT `find . -name \*.cpp -o -name \*.h | grep -v '/tests/'` -o $podir/konsole.pot
0013 rm -f schemas.cpp
0014 #rm -f tips.cpp
0015 rm -f rc.cpp