File indexing completed on 2024-04-21 05:49:58

0001 #! /usr/bin/env bash
0002 
0003 # we create one kate.pot for the shared lib + the applications, the addons have extra ones
0004 $EXTRACTRC `find . -name \*.rc -o -name \*.ui` >> rc.cpp || exit 11
0005 $XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/kate.pot