Use consistent naming for Bug Buddy. Rob Bradford, Clytie Siddall. Closes
[bug-buddy.git] / Makefile.am
blobf978c118076d27521ff0f9e1485775e2fb2abc24
1 SUBDIRS = po pixmaps src bugzilla
3 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
4 schemas_in_files = bug-buddy.schemas.in
5 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
7 EXTRA_DIST = \
8         gnome-doc-utils.make                            \
9         intltool-extract.in                             \
10         intltool-merge.in                               \
11         intltool-update.in                              \
12         COPYING.ximian-logos                            \
13         omf.make                                        \
14         xmldocs.make                                    \
15         $(schemas_in_files)                             \
16         $(schemas_DATA)
18 DISTCLEANFILES =                                        \
19         intltool-extract                                \
20         intltool-merge                                  \
21         intltool-update                                 \
22         gnome-doc-utils.make
24 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
26 distuninstallcheck_listfiles =  \
27 find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
30 if GCONF_SCHEMAS_INSTALL
31 install-data-local:
32         if test -z "$(DESTDIR)" ; then \
33                 for p in $(schemas_DATA) ; do \
34                         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
35                 done \
36         fi
37 else
38 install-data-local:
39 endif