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.
|
Rev | Line | |
---|
[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' |
---|
| 18 | distuninstallcheck: |
---|
| 19 | @: |
---|
| 20 | |
---|
| 21 | distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' |
---|
| 22 | |
---|
| 23 | DISTCLEANFILES = \ |
---|
| 24 | intltool-extract \ |
---|
| 25 | intltool-merge \ |
---|
| 26 | intltool-update \ |
---|
| 27 | gcalctool.desktop |
---|
| 28 | |
---|
| 29 | SUBDIRS = po gcalctool help |
---|
| 30 | |
---|
| 31 | schemadir = $(GCONF_SCHEMA_FILE_DIR) |
---|
| 32 | schema_DATA = gcalctool.schemas |
---|
| 33 | |
---|
| 34 | EXTRA_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 | |
---|
| 47 | Utilitiesdir = $(datadir)/applications |
---|
| 48 | Utilities_in_files = gcalctool.desktop.in |
---|
| 49 | Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop) |
---|
| 50 | @INTLTOOL_DESKTOP_RULE@ |
---|
| 51 | |
---|
| 52 | if GCONF_SCHEMAS_INSTALL |
---|
| 53 | # Install the gcalctool schema file. |
---|
| 54 | install-data-local: |
---|
| 55 | GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) |
---|
| 56 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.