~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-04-29 02:24:28 UTC
  • mfrom: (0.2.7 upstream)
  • mto: (0.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110429022428-ua1v4ck5shphkkku
Tags: 1:3.0.1.1-1
* New upstream release.
* gnome-control-center-data.install: drop GConf schemas.
* gnome-control-center-data.gconf-defaults: dropped, obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SUBDIRS = po libgnome-control-center shell panels help
4
4
DIST_SUBDIRS = po help shell panels libgnome-control-center
5
5
 
6
 
schemasdir   = @GCONF_SCHEMA_FILE_DIR@
7
 
schemas_in_files = gnome-control-center.schemas.in
8
 
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
9
 
@INTLTOOL_SCHEMAS_RULE@
10
 
 
11
 
CLEANFILES = \
12
 
        $(schemas_DATA)
13
 
 
14
6
DISTCLEANFILES = \
15
7
        gnome-doc-utils.make
16
8
 
34
26
        `find "$(srcdir)" -type f -name Makefile.in -print`
35
27
 
36
28
EXTRA_DIST = \
37
 
        $(schemas_in_files) \
38
29
        MAINTAINERS \
39
30
        gnome-doc-utils.make
40
31
 
44
35
 
45
36
-include $(top_srcdir)/git.mk
46
37
 
47
 
install-data-local:
48
 
if GCONF_SCHEMAS_INSTALL
49
 
        if test -z "$(DESTDIR)" ; then \
50
 
        for p in $(schemas_DATA) ; do \
51
 
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p >&1 > /dev/null; \
52
 
        done \
53
 
        fi
54
 
endif
55
 
 
56
38
dist-hook:
57
39
        @if test -d "$(srcdir)/.git"; \
58
40
        then \