File indexing completed on 2024-05-12 05:22:53

0001 #! /bin/sh
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 # SPDX-FileCopyrightText: none
0004 $EXTRACTRC */*.ui >> rc.cpp || exit 11
0005 $XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/libkleopatra6.pot
0006 rm -f rc.cpp