koffice/krita
Nicolas Goutte
nicolasg at snafu.de
Tue Feb 24 13:23:21 CET 2004
CVS commit by goutte:
I18N: extract everything needed for Krita's plug-ins
CCMAIL:kimageshop at kde.org
M +4 -1 Makefile.am 1.91
--- koffice/krita/Makefile.am #1.90:1.91
@@ -33,4 +33,7 @@
messages: rc.cpp
- $(XGETTEXT) rc.cpp *.cc */*.cc core/kis_aboutdata.h -o $(podir)/krita.pot
+ $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
+ $(EXTRACTRC) `find . -name \*.rc` >> rc.cpp
+ $(XGETTEXT) rc.cpp `find . -name \*.cc` core/kis_aboutdata.h -o $(podir)/krita.pot
+
kde_services_DATA = kritapart.desktop
More information about the kimageshop
mailing list