~ubuntu-branches/ubuntu/jaunty/beagle/jaunty-security

« back to all changes in this revision

Viewing changes to conf-data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-04 00:31:32 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504003132-2tkm5o8moo5952ri
Tags: 0.3.7-2ubuntu1
 * Merge from Debian unstable. (LP: #225746) Remaining Ubuntu changes:
  - debian/control:
    + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and
      and update the dependencies accordingly.
    + Change Maintainer to Ubuntu Mono Team.
  - debian/rules:
    + Install the mozilla-beagle and thunderbird-beagle extensions.
  - ice{dove,weasel}.dirs:
    + Renamed to {mozilla,thunderbird}-beagle.dirs.
    + Fixed paths to point to usr/lib/{firefox,thunderbird}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CRAWL_RULES = \
 
2
        $(srcdir)/crawl-rules/crawl-applications        \
 
3
        $(srcdir)/crawl-rules/crawl-documentation       \
 
4
        $(srcdir)/crawl-rules/crawl-manpages            \
 
5
        $(srcdir)/crawl-rules/crawl-monodoc             \
 
6
        $(srcdir)/crawl-rules/crawl-windows
 
7
 
 
8
# FIXME: Per-distribution specific crawl rules
 
9
crawl_rulesdir = $(sysconfdir)/beagle/crawl-rules
 
10
crawl_rules_DATA = $(CRAWL_RULES)
 
11
 
 
12
GLOBAL_CONFIG_FILES = \
 
13
        $(srcdir)/config-files/BeagleSearch.xml         \
 
14
        $(srcdir)/config-files/Daemon.xml               \
 
15
        $(srcdir)/config-files/FilesQueryable.xml       \
 
16
        $(srcdir)/config-files/Networking.xml
 
17
 
 
18
if ENABLE_GOOGLEBACKENDS
 
19
GLOBAL_CONFIG_FILES += $(srcdir)/config-files/GoogleBackends.xml
 
20
endif
 
21
 
 
22
global_config_filesdir = $(sysconfdir)/beagle/config-files
 
23
global_config_files_DATA = $(GLOBAL_CONFIG_FILES)
 
24
 
 
25
confdir = $(sysconfdir)/beagle
 
26
conf_DATA = $(srcdir)/blocate.conf                      \
 
27
            $(srcdir)/external-filters.xml.sample       \
 
28
            $(srcdir)/query-mapping.xml
 
29
 
 
30
EXTRA_DIST =                            \
 
31
        $(CRAWL_RULES)                  \
 
32
        $(GLOBAL_CONFIG_FILES)          \
 
33
        $(conf_DATA)