blob: af7595b8c2e2dc9c88e68bddee25c5da421a3084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS = kiviopart plugins templates
# Note: kivio-sml-i18n.cpp and kivio-extract-18n-desc.pl
# are only needed for I18N, neither for building nor for run-time
package-messages:
$(MAKE) -f admin/Makefile.common package-messages
$(MAKE) -C po merge
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` >> rc.cpp
perl -n kivio-extract-i18n-desc.pl `find . -name desc -o -name \*.sml` >> rc.cpp
$(EXTRACTRC) --tag-group=none --tag=name --context=Stencils `find . -name \*.shape` >> rc.cpp
$(XGETTEXT) `find . -name \*.cpp -not -name \*.moc.\*` kiviopart/kivio_aboutdata.h -o $(podir)/kivio.pot
include $(top_srcdir)/admin/Doxyfile.am
|