[Kstars-devel] KDE/kdeedu/kstars/kstars
Médéric Boquien
mboquien at free.fr
Fri Feb 27 01:35:07 CET 2009
SVN commit 932609 by mboquien:
Apparently i have to update the Messages.sh script so it extract strings from the subdirectories. I am not 100% sure of what i did so if someone more knowledgeable could check this commit, i would
be grateful.
CCMAIL: kstars-devel at kde.org
M +3 -2 Messages.sh
--- trunk/KDE/kdeedu/kstars/kstars/Messages.sh #932608:932609
@@ -63,9 +63,10 @@
rm -f info_url.tmp
rm -f tips.cpp
-$EXTRACTRC xplanet/*.ui *.ui tools/*.ui *.rc >> rc.cpp || exit 11
+echo $EXTRACTRC
+$EXTRACTRC xplanet/*.ui *.ui tools/*.ui dialogs/*.ui fitsviewer/*.ui indi/*.ui options/*.ui *.rc >> rc.cpp || exit 11
(cd data && $PREPARETIPS > ../tips.cpp)
-$XGETTEXT *.cpp *.h tools/*.cpp tools/*.h skycomponents/*.cpp widgets/*.cpp -o $podir/kstars.pot
+$XGETTEXT *.cpp *.h tools/*.cpp tools/*.h skycomponents/*.cpp widgets/*.cpp dialogs/*.cpp dialogs/*.h fitsviewer/*.cpp fitsviewer/*.h indi/*.cpp indi/*.h options/*.cpp options/*.h skyobjects/*.cpp skyobjects/*.h -o $podir/kstars.pot
rm -f tips.cpp
rm -f kstars_i18n.cpp
rm -f rc.cpp
More information about the Kstars-devel
mailing list