plasma-framework/Messages.sh
Pino Toscano 3519f999a3 do not extract messages from sources in tests subdirectories
svn path=/trunk/KDE/kdelibs/; revision=1191873
2010-11-01 10:45:59 +00:00

5 lines
148 B
Bash

#! /usr/bin/env bash
$EXTRACTRC private/*.ui >> rc.cpp
$XGETTEXT `ls *.cpp *.h */*.h */*.cpp | grep -v 'tests/'` -o $podir/libplasma.pot
rm -f *.ui