CVS commit by goutte: Extract title and description of Kivio's stencils and stencil descriptions (Backport) CCMAIL:koffice-devel@kde.org A kivio-desc-i18n.cpp 1.1.2.1 [no copyright] A kivio-sml-i18n.cpp 1.2.2.1 [no copyright] M +5 -2 Makefile.am 1.12.2.2 --- koffice/kivio/Makefile.am #1.12.2.1:1.12.2.2 @@ -1,4 +1,7 @@ SUBDIRS = kiviopart plugins templates +# Note: kivio-sml-i18n.cpp and kivio-desc-i18n.cpp are only needed for I18N, +# not for building + package-messages: $(MAKE) -f admin/Makefile.common package-messages @@ -9,4 +12,4 @@ $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp $(EXTRACTRC) `find . -name \*.rc` >> rc.cpp - $(EXTRACTRC) `find . -name \*.shape` >> rc.cpp - $(XGETTEXT) `find . -name \*.cpp -not -name \*.moc.*` kiviopart/kivio_aboutdata.h -o $(podir)/kivio.pot + $(EXTRACTRC) --tag=name --context=Stencils `find . -name \*.shape` >> rc.cpp + $(XGETTEXT) `find . -name \*.cpp -not -name \*.moc.*` kiviopart/kivio_aboutdata.h kivio-sml-i18n.cpp kivio-desc-i18n.cpp -o $(podir)/kivio.pot _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel