source: trunk/third/gnome-utils/Makefile.am @ 20988

Revision 20988, 1.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20987, which included commits to RCS files with non-trunk default branches.
Line 
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'
16distuninstallcheck:
17        @:
18                                                                                                                                                             
19distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
20
21if BUILD_GFLOPPY
22gfloppy = gfloppy
23endif
24
25always_built_SUBDIRS = \
26        po              \
27        logview         \
28        gsearchtool     \
29        gdictsrc
30
31SUBDIRS = \
32        $(always_built_SUBDIRS) \
33        $(gfloppy)
34
35DIST_SUBDIRS = \
36        $(always_built_SUBDIRS) \
37        gfloppy
38
39EXTRA_DIST = \
40        gnome-utils.spec.in \
41        gnome-utils.spec \
42        omf.make \
43        xmldocs.make \
44        intltool-extract.in \
45        intltool-merge.in \
46        intltool-update.in
47
48DISTCLEANFILES =                \
49        intltool-extract        \
50        intltool-merge          \
51        intltool-update
Note: See TracBrowser for help on using the repository browser.