kdeconnect-kde/core/Messages.sh

11 lines
315 B
Bash
Raw Normal View History

2013-09-04 20:19:02 +01:00
#!/usr/bin/env bash
$EXTRACTRC `find -name '*.ui' -o -name '*.rc'` >> rc.cpp
$XGETTEXT rc.cpp -o $podir/kdeconnect-kded.pot
rm -f rc.cpp
#.cpp (-j passed to merge into existing file)
2013-11-24 16:48:14 +00:00
$XGETTEXT `find . -name '*.cpp'` -j -o $podir/kdeconnect-kded.pot
2013-09-04 20:19:02 +01:00
#.desktop and .notifyrc files doesn't need to be included here