File indexing completed on 2024-04-28 09:04:01

0001 #! /bin/sh
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 # SPDX-FileCopyrightText: none
0004 
0005 $EXTRACT_GRANTLEE_TEMPLATE_STRINGS `find -name \*.html` >> rc.cpp
0006 $EXTRACTRC `find . -name "*.rc" -o -name "*.ui" -o -name "*.kcfg"` >> rc.cpp || exit 11
0007 $XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/akregator.pot
0008 rm -f rc.cpp ./grantlee-extractor-pot-scripts/grantlee_strings_extractor.pyc