[Kde-imaging] kdeextragear-libs-1/libkipi/libkipi

Gilles Caulier caulier.gilles at free.fr
Wed Jun 23 19:29:23 CEST 2004


CVS commit by cgilles: 

Provide a separate TipOfDay for the kipi plugins from the old Digikam Tips.
CCMAIL: kde-imaging at kde.org


  A            tips   1.1
  M +12 -1     Makefile.am   1.12


--- kdeextragear-libs-1/libkipi/libkipi/Makefile.am  #1.11:1.12
@@ -24,7 +24,16 @@
 kde_servicetypes_DATA = kipiplugin.desktop
 
+tip_DATA = tips
+tipdir = $(kde_datadir)/kipi
+
 # i18n translation messages
 messages: rc.cpp
-        $(XGETTEXT) *.cpp *.h -o $(podir)/libkipi.pot
+        $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp
+        $(PREPARETIPS) > tips.cpp
+        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 -o $(podir)/libkipi.pot; \
+        fi
+        rm -f tips.cpp
 
 install-data-local:
@@ -34,2 +43,4 @@
 uninstall-local:
         -rm -f $(kde_icondir)/hicolor/32x32/apps/hi32-app-kipi.png
+
+        
\ No newline at end of file




More information about the Kde-imaging mailing list