File indexing completed on 2024-11-10 04:48:57
0001 #! /bin/sh 0002 # SPDX-FileCopyrightText: none 0003 # SPDX-License-Identifier: BSD-3-Clause 0004 0005 $XGETTEXT `find . -name '*.h' -o -name '*.cpp' | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/libkdepim6.pot 0006