File indexing completed on 2024-04-14 04:01:53

0001 #! /usr/bin/env bash
0002 
0003 # process the .ui and .rc files
0004 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg | grep -v '/xmpptest/'` >> rc.cpp
0005 ./extract-onu-names.pl  `find skins -iname world.desktop` >> rc.cpp
0006 
0007 $XGETTEXT `find $SRCDIR -name "*.cpp"` rc.cpp -o $podir/ksirk.pot
0008 rm -f rc.cpp
0009