mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
5 lines
173 B
Bash
5 lines
173 B
Bash
#! /bin/sh
|
|
$EXTRACTRC *.rc *.ui *.kcfg >> rc.cpp
|
|
$EXTRACTATTR --attr=constant,name scienceconstants.xml >>rc.cpp ||exit 11
|
|
$XGETTEXT *.cpp -o $podir/kcalc.pot
|
|
rm -f rc.cpp
|