Warning, file /education/kmplot/kmplot/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #! /bin/sh 0002 $EXTRACTRC *.ui *.kcfg *.rc >> rc.cpp || exit 11 0003 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C` 0004 if test -n "$LIST"; then 0005 $XGETTEXT $LIST rc.cpp -o $podir/kmplot.pot 0006 fi