[Kstars-devel] kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Tue Jul 13 20:19:46 CEST 2004


CVS commit by harris: 

Fixing bug #85109.  I'm really sorry about this.  We moved our tools 
classes to a subdirectory months ago, and I forgot to account for this 
in the messages section of the Makefile.  I'm sorry it wasn't caught 
sooner.

CCMAIL: 85109-done at bugs.kde.org
CCMAIL: kstars-devel at kde.org


  M +3 -1      Makefile.am   1.120


--- kdeedu/kstars/kstars/Makefile.am  #1.119:1.120
@@ -97,7 +97,9 @@
 messages: rc.cpp stringsfile
         rm -f tips.cpp
+        $(EXTRACTRC) *.ui *.rc > rc.cpp
         (cd data && $(PREPARETIPS) > ../tips.cpp)
-        $(XGETTEXT) *.cpp *.h -o $(podir)/kstars.pot;
+        $(XGETTEXT) *.cpp *.h tools/*.cpp tools/*.h -o $(podir)/kstars.pot;
         rm -f tips.cpp
+        rm -f kstars_i18n.cpp
 
 noinst_HEADERS = fovdialog.h imagesequence.h




More information about the Kstars-devel mailing list