source: trunk/third/gcalctool/Makefile.am @ 21030

Revision 21030, 1.5 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21029, which included commits to RCS files with non-trunk default branches.
RevLine 
[21029]1## Process this file with automake to produce Makefile.in
2
3#
4# FIXME:
5#  currently scrollkeeper-update does not seem to
6#  remove its database when there is no useful
7#  information contained there. Therefore, with
8#  "make uninstall" you're left with loads of
9#  stuff in /var/scrollkeeper and distcheck
10#  fails.
11#
12#  http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
13#
14#  This overrides the uninstall check so distcheck
15#  passes
16#
17# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
18distuninstallcheck:
19        @:
20
21distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
22
23DISTCLEANFILES =                \
24        intltool-extract        \
25        intltool-merge          \
26        intltool-update         \
27        gcalctool.desktop
28
29SUBDIRS = po gcalctool help
30
31schemadir = $(GCONF_SCHEMA_FILE_DIR)
32schema_DATA = gcalctool.schemas
33
34EXTRA_DIST = \
35        autogen.sh \
36        MAINTAINERS \
37        TODO \
38        gcalctoolrc \
39        gcalctool.desktop.in \
40        intltool-extract.in     \
41        intltool-merge.in       \
42        intltool-update.in      \
43        $(schema_DATA) \
44        omf.make \
45        xmldocs.make
46
47Utilitiesdir = $(datadir)/applications
48Utilities_in_files = gcalctool.desktop.in
49Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
50@INTLTOOL_DESKTOP_RULE@
51
52if GCONF_SCHEMAS_INSTALL
53# Install the gcalctool schema file.
54install-data-local:
55        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
56endif
Note: See TracBrowser for help on using the repository browser.