~ubuntu-branches/ubuntu/utopic/debconf-kde/utopic

1
2
3
4
5
#! /usr/bin/env bash
$EXTRACTRC `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp
$XGETTEXT `find . -name \*.cpp` -o $podir/libdebconf-kde.pot
rm -f rc.cpp