mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
4 lines
181 B
Bash
Executable file
4 lines
181 B
Bash
Executable file
#! /bin/sh
|
|
$EXTRACTRC *.ui actions/*.kcfg.cmake *.kcfg >> rc.cpp || exit 11
|
|
$XGETTEXT *.cpp *.h actions/*.cpp editor/*.cpp editor/im/*.cpp -o $podir/akonadicontact.pot
|
|
rm -f rc.cpp
|