mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
6 lines
173 B
Bash
6 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
|