Updated Norwegian bokmål translation.
[bug-buddy.git] / Makefile.am
bloba5d8525a0d4cfa6c4c7638c17e61e963fe4f9fbc
1 if USE_GOOGLE_BREAKPAD
2 GOOGLE_BREAKPAD_DIR = google-breakpad
3 else
4 GOOGLE_BREAKPAD_DIST_DIR = google-breakpad
5 endif
7 SUBDIRS = po pixmaps $(GOOGLE_BREAKPAD_DIR) gnome-breakpad src bugzilla
9 DIST_SUBDIRS = $(SUBDIRS) $(GOOGLE_BREAKPAD_DIST_DIR) 
11 schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
12 schemas_in_files = bug-buddy.schemas.in
13 schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
15 EXTRA_DIST = \
16         MAINTAINERS                                     \
17         gnome-doc-utils.make                            \
18         intltool-extract.in                             \
19         intltool-merge.in                               \
20         intltool-update.in                              \
21         omf.make                                        \
22         xmldocs.make                                    \
23         $(schemas_in_files)                             \
24         $(schemas_DATA)
26 DISTCLEANFILES =                                        \
27         intltool-extract                                \
28         intltool-merge                                  \
29         intltool-update                                 \
30         gnome-doc-utils.make
32 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
34 distuninstallcheck_listfiles =  \
35 find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
38 if GCONF_SCHEMAS_INSTALL
39 install-data-local:
40         if test -z "$(DESTDIR)" ; then \
41                 for p in $(schemas_DATA) ; do \
42                         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
43                 done \
44         fi
45 else
46 install-data-local:
47 endif