File indexing completed on 2024-09-01 13:54:52

0001 #! /bin/sh
0002 
0003 # SPDX-FileCopyrightText: None
0004 # SPDX-License-Identifier: CC0-1.0
0005 
0006 $XGETTEXT `find . -name \*.cpp` -o $podir/ksanecore.pot
0007