[Kde-imaging] kdeextragear-libs-1
Gilles Caulier
caulier.gilles at free.fr
Fri Oct 8 15:53:44 CEST 2004
CVS commit by cgilles:
Moved kipiplugins tips to the plugins folder.
CCMAIL: kde-imaging at kde.org
A kipi-plugins/tips 1.1
M +11 -0 kipi-plugins/Makefile.am 1.23
M +0 -10 libkipi/libkipi/Makefile.am 1.26
R libkipi/libkipi/tips 1.7
--- kdeextragear-libs-1/kipi-plugins/Makefile.am #1.22:1.23
@@ -19,2 +19,13 @@
$(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR)
+rcdir = $(kde_datadir)/kipi
+rc_DATA = tips
+
+# i18n translation tips messages
+messages: 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)/kipiplugins.pot; \
+ fi
+ rm -f tips.cpp
\ No newline at end of file
--- kdeextragear-libs-1/libkipi/libkipi/Makefile.am #1.25:1.26
@@ -31,13 +31,3 @@
EXTRA_DIST = $(pics_DATA)
-rcdir = $(kde_datadir)/kipi
-rc_DATA = tips
-# i18n translation messages
-messages: 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
More information about the Kde-imaging
mailing list