kde-playground/kdepim/agents/archivemailagent/Messages.sh
2015-04-14 21:49:29 +00:00

4 lines
161 B
Bash
Executable file

#! /bin/sh
$EXTRACTRC ui/*.ui >> rc.cpp
$XGETTEXT `find . -name '*.h' -o -name '*.cpp' | grep -v '/tests/'` -o $podir/akonadi_archivemail_agent.pot
rm -f rc.cpp