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

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

Messages.sh @upstream/15.04.3raw · 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