File indexing completed on 2024-04-21 05:50:08

0001 #! /bin/sh
0002 $EXTRACTRC *.rc *.ui *.kcfg >> rc.cpp
0003 $EXTRACTATTR --attr=constant,name scienceconstants.xml  >>rc.cpp ||exit 11
0004 $XGETTEXT *.cpp -o $podir/kcalc.pot
0005 rm -f rc.cpp