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

« back to all changes in this revision

Viewing changes to kugar/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
 
SUBDIRS = lib part shell samples
 
1
#SUBDIRS = lib part shell samples kudesigner
 
2
if need_kde31_compatibility
 
3
    KDE31MIMEDIR = kde31
 
4
endif
2
5
 
 
6
SUBDIRS = lib part samples kudesigner_lib kudesigner $(KDE31MIMEDIR)
3
7
 
4
8
KDE_ICON = kugar kugardata
5
9
 
6
10
messages: 
7
 
        $(XGETTEXT) */*.cpp -o $(podir)/kugar.pot
 
11
        $(EXTRACTRC) lib/*.ui part/*.ui kudesigner/*.ui shell/*.ui */*.rc > rc.cpp
 
12
        $(XGETTEXT) -ktranslate lib/*.cpp part/*.cpp kudesigner/*.cpp kudesigner_lib/*.cpp kudesigner_lib/*.h shell/*.cpp rc.cpp -o $(podir)/kugar.pot