[Uml-devel] KDE/kdesdk/umbrello/umbrello
    Laurent Montel 
    montel at kde.org
       
    Thu Aug  9 20:40:32 UTC 2007
    
    
  
SVN commit 698320 by mlaurent:
Don't complexify it
 M  +1 -4      Messages.sh  
--- trunk/KDE/kdesdk/umbrello/umbrello/Messages.sh #698319:698320
@@ -1,8 +1,5 @@
 #! /bin/sh
 #$PREPARETIPS > tips.cpp
 $EXTRACTRC *.rc codegenerators/*.ui dialogs/*.ui > ./rc.cpp || exit 11
-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`
-if test -n "$LIST"; then
-$XGETTEXT $LIST rc.cpp -o $podir/umbrello.pot
-fi
+$XGETTEXT *.cpp *.h -o $podir/umbrello.pot
 rm -f tips.cpp
    
    
More information about the umbrello-devel
mailing list