File indexing completed on 2024-05-19 04:44:48

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