source: trunk/third/libgnome/schemas/Makefile.am @ 21494

Revision 21494, 1.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21493, which included commits to RCS files with non-trunk default branches.
Line 
1
2
3schemadir   = $(GCONF_SCHEMA_FILE_DIR)
4schema_in_files = \
5        desktop_gnome_accessibility_keyboard.schemas.in         \
6        desktop_gnome_accessibility_startup.schemas.in          \
7        desktop_gnome_applications_browser.schemas.in           \
8        desktop_gnome_applications_help_viewer.schemas.in       \
9        desktop_gnome_applications_terminal.schemas.in          \
10        desktop_gnome_applications_window_manager.schemas.in    \
11        desktop_gnome_background.schemas.in                     \
12        desktop_gnome_file_views.schemas.in                     \
13        desktop_gnome_interface.schemas.in                      \
14        desktop_gnome_lockdown.schemas.in                       \
15        desktop_gnome_peripherals_mouse.schemas.in              \
16        desktop_gnome_peripherals_keyboard.schemas.in           \
17        desktop_gnome_sound.schemas.in                          \
18        desktop_gnome_typing_break.schemas.in                   \
19        desktop_gnome_thumbnailers.schemas.in
20
21schema_DATA = $(schema_in_files:.schemas.in=.schemas)
22
23@INTLTOOL_SCHEMAS_RULE@
24
25# get rid of schemas during clean
26CLEANFILES = $(schema_DATA)
27
28if GCONF_SCHEMAS_INSTALL
29# don't do this if we are building in eg. rpm
30install-data-local:
31        if test -z "$(DESTDIR)" ; then \
32                for p in $(schema_DATA) ; do \
33                        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \
34                done \
35        fi
36else
37install-data-local:
38endif
39
40EXTRA_DIST = $(schema_in_files) $(schema_DATA)
Note: See TracBrowser for help on using the repository browser.