forked from openkylin/kolourpaint
4 lines
145 B
Bash
4 lines
145 B
Bash
|
#! /bin/sh
|
||
|
$EXTRACTRC `find . -name "*.rc" -o -name "*.ui" ` >> rc.cpp
|
||
|
$XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/kolourpaint.pot
|