source: trunk/third/control-center/schemas/Makefile.am @ 18651

Revision 18651, 566 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18650, which included commits to RCS files with non-trunk default branches.
Line 
1schemadir   = $(GCONF_SCHEMA_FILE_DIR)
2schema_in_files= \
3        apps_gnome_settings_daemon_screensaver.schemas.in       \
4        apps_gnome_settings_daemon_default_editor.schemas.in    \
5        desktop_gnome_font_rendering.schemas
6
7schema_DATA = $(schema_in_files:.schemas.in=.schemas)
8
9@INTLTOOL_SCHEMAS_RULE@
10
11# don't do this if we are building in eg. rpm
12install-data-local:
13        if test -z "$(DESTDIR)" ; then \
14                for p in $(schema_DATA) ; do \
15                        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
16                done \
17        fi
18
19EXTRA_DIST=$(schema_DATA)
Note: See TracBrowser for help on using the repository browser.