SVN_SILENT made messages (.desktop file)
[kdegames.git] / killbots / Messages.sh
blob7f5ce90bd46d2b482059740c0436de1f82cf4ccb
1 #!bin/sh
2 # invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
3 # the results are stored in a pseudo .cpp file to be picked up by xgettext.
4 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
6 # call xgettext on all source files. If your sources have other filename
7 # extensions besides .cc, .cpp, and .h, just add them in the find call.
8 $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/killbots.pot