File indexing completed on 2024-12-15 04:51:47
0001 #! /bin/sh 0002 # SPDX-License-Identifier: CC0-1.0 0003 # SPDX-FileCopyrightText: none 0004 $EXTRACTRC settings/*.kcfg >> rc.cpp 0005 $XGETTEXT `find . -name '*.h' -o -name '*.cpp'` -o $podir/libnoteshared.pot 0006 rm -f rc.cpp