~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kivio/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#1########################################################!@#$
2
 
####   Makefile.am generated automatically by KDEStudio   ####
3
 
#### WARNING! All changes made in this part will be lost! ####
4
 
##############################################################
5
 
SUBDIRS = kiviopart plugins
6
 
EXTRA_DIST = kivio.studio res.cpp
7
 
##############################################################
8
 
####                  END KDEStudio part                  ####
9
 
#2########################################################!@#$
 
1
SUBDIRS = kiviopart plugins templates
 
2
 
 
3
# Note: kivio-sml-i18n.cpp and kivio-desc-i18n.cpp are only needed for I18N,
 
4
#  not for building
10
5
 
11
6
package-messages:
12
7
        $(MAKE) -f admin/Makefile.common package-messages
16
11
messages: rc.cpp
17
12
        $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
18
13
        $(EXTRACTRC) `find . -name \*.rc` >> rc.cpp
19
 
        $(XGETTEXT) `find . -name \*.cpp -not -name \*.moc.*` kiviopart/kivio_aboutdata.h -o $(podir)/kivio.pot
 
14
        $(EXTRACTRC) --tag=name --context=Stencils `find . -name \*.shape` >> rc.cpp
 
15
        $(XGETTEXT) `find . -name \*.cpp -not -name \*.moc.*` kiviopart/kivio_aboutdata.h kivio-sml-i18n.cpp kivio-desc-i18n.cpp -o $(podir)/kivio.pot