~ubuntu-branches/ubuntu/warty/swish-e/warty

« back to all changes in this revision

Viewing changes to conf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2004-03-11 08:41:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040311084107-7vp0mu82blq1qjvo
Tags: 2.4.1-3
Oops ! A comment was not removed to disable interactive compilation.
Closes: Bug#237332

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
exampledir = $(datadir)/doc/$(PACKAGE)/examples/conf
 
2
 
 
3
conf_dir = \
 
4
    stopwords/dutch.txt \
 
5
    stopwords/english.txt \
 
6
    stopwords/german.txt \
 
7
    stopwords/spanish.txt \
 
8
    README \
 
9
    example1.config \
 
10
    example2.config \
 
11
    example3.config \
 
12
    example4.config \
 
13
    example5.config \
 
14
    example6.config \
 
15
    example7.config \
 
16
    example8.config \
 
17
    example9.config \
 
18
    example9.pl
 
19
 
 
20
 
 
21
nobase_example_DATA = $(conf_dir)
 
22
 
 
23
EXTRA_DIST = $(conf_dir)
 
24