Codebase list ktp-contact-runner / upstream/0.4.0 Messages.sh
upstream/0.4.0

Tree @upstream/0.4.0 (Download .tar.gz)

Messages.sh @upstream/0.4.0raw · history · blame

1
2
3
4
#! /usr/bin/env bash
$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp"` -o $podir/plasma_runner_ktp_contacts.pot
rm -f rc.cpp