~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        po              \
10
10
        po-libgimp      \
11
11
        po-plug-ins     \
 
12
        po-python       \
12
13
        po-script-fu    \
 
14
        po-tips         \
13
15
        data            \
 
16
        desktop         \
14
17
        menus           \
15
 
        tips            \
16
18
        libgimpbase     \
17
19
        libgimpcolor    \
18
20
        libgimpmath     \
 
21
        libgimpconfig   \
19
22
        libgimpmodule   \
20
23
        libgimpthumb    \
21
24
        libgimpwidgets  \
36
39
        gimpui-@GIMP_PKGCONFIG_VERSION@.pc
37
40
 
38
41
 
39
 
AUTHORS: authors.xml
 
42
AUTHORS: authors.xml authors.xsl
40
43
if HAVE_XSLTPROC
41
44
        $(XSLTPROC) authors.xsl $< > $(@) || rm -f $(@)
42
45
endif
70
73
        intltool-extract.in     \
71
74
        intltool-merge.in       \
72
75
        intltool-update.in      \
73
 
        makefile.msc            \
74
 
        po-libgimp/update.sh    \
75
 
        po-plug-ins/update.sh   \
76
 
        po-script-fu/update.sh
77
 
 
78
 
 
79
 
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console --disable-print
 
76
        makefile.msc
 
77
 
 
78
 
 
79
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console
80
80
 
81
81
DISTCLEANFILES = \
82
82
        intltool-extract        \
87
87
gimpinstall-@GIMP_TOOL_VERSION@:
88
88
        $(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall-@GIMP_TOOL_VERSION@
89
89
 
 
90
check-defs:
 
91
        @$(PYTHON) tools/defcheck.py || \
 
92
          ( echo "* .def files inconsistent *"; exit 1; )
90
93
 
91
94
validate-authors:
92
95
if HAVE_XMLLINT
94
97
          ( echo "* authors.xml INVALID *"; exit 1; )
95
98
endif
96
99
 
 
100
all-local: AUTHORS
97
101
 
98
 
dist-hook: validate-authors
 
102
dist-hook: check-defs validate-authors