source: trunk/third/zenity/Makefile.am @ 21042

Revision 21042, 1.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21041, 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
21SUBDIRS = \
22        src     \
23        po      \
24        data    \
25        help
26
27EXTRA_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
42DISTCLEANFILES =                \
43        intltool-extract        \
44        intltool-merge          \
45        intltool-update
Note: See TracBrowser for help on using the repository browser.