~ubuntu-branches/ubuntu/saucy/kapman/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
#!bin/sh
# invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
# the results are stored in a pseudo .cpp file to be picked up by xgettext.
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp

# if your application contains tips-of-the-day, call preparetips as well.
#$PREPARETIPS > tips.cpp

# call xgettext on all source files. If your sources have other filename
# extensions besides .cc, .cpp, and .h, just add them in the find call.
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/kapman.pot