File indexing completed on 2024-04-28 05:12:49

0001 #! /bin/sh
0002 # SPDX-License-Identifier: CC0-1.0
0003 # SPDX-FileCopyrightText: none
0004 $EXTRACT_GRANTLEE_TEMPLATE_STRINGS `find src/templates -name \*.html` >> rc.cpp
0005 $EXTRACTRC *.kcfg *.ui >> rc.cpp
0006 $XGETTEXT rc.cpp src/*.cpp src/*.h -o $podir/libkcalutils6.pot
0007 rm -f rc.cpp
0008