~ubuntu-branches/ubuntu/warty/zenity/warty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-12 01:48:22 UTC
  • Revision ID: james.westby@ubuntu.com-20041012014822-89rmdkuj434ynu0n
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# FIXME:
 
3
#  currently scrollkeeper-update does not seem to
 
4
#  remove its database when there is no useful
 
5
#  information contained there. Therefore, with
 
6
#  "make uninstall" you're left with loads of
 
7
#  stuff in /var/scrollkeeper and distcheck
 
8
#  fails.
 
9
#
 
10
#  http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
 
11
#
 
12
#  This overrides the uninstall check so distcheck
 
13
#  passes
 
14
#
 
15
# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
 
16
distuninstallcheck:
 
17
        @:
 
18
                                                                                                                                                             
 
19
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
 
20
 
 
21
SUBDIRS = \
 
22
        src     \
 
23
        po      \
 
24
        data    \
 
25
        help
 
26
 
 
27
EXTRA_DIST = \
 
28
        intltool-extract.in     \
 
29
        intltool-merge.in       \
 
30
        intltool-update.in      \
 
31
        zenity.spec             \
 
32
        zenity.spec.in          \
 
33
        omf.make                \
 
34
        xmldocs.make            \
 
35
        COPYING                 \
 
36
        HACKING                 \
 
37
        ChangeLog               \
 
38
        NEWS                    \
 
39
        README                  \
 
40
        AUTHORS
 
41
 
 
42
DISTCLEANFILES =                \
 
43
        intltool-extract        \
 
44
        intltool-merge          \
 
45
        intltool-update