You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
657 B
18 lines
657 B
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
|