File indexing completed on 2024-10-13 07:31:31
0001 #!/bin/bash 0002 0003 # SPDX-FileCopyrightText: none 0004 # SPDX-License-Identifier: CC0-1.0 0005 0006 $EXTRACTRC `find . -name \*.kcfg -o -name \*.rc | grep -v 'core/' ` >> ./rc.cpp 0007 $XGETTEXT `find . -name \*.cpp | grep -v 'core/' ` -o $podir/smb4k.pot