File: Makefile.am

package info (click to toggle)
swish-e 2.4.7-7.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 51,640; sh: 8,889; perl: 3,019; makefile: 591; xml: 9
file content (24 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
exampledir = $(datadir)/doc/$(PACKAGE)/examples/conf

conf_dir = \
    stopwords/dutch.txt \
    stopwords/english.txt \
    stopwords/german.txt \
    stopwords/spanish.txt \
    README \
    example1.config \
    example2.config \
    example3.config \
    example4.config \
    example5.config \
    example6.config \
    example7.config \
    example8.config \
    example9.config \
    example9.pl


nobase_example_DATA = $(conf_dir)

EXTRA_DIST = $(conf_dir)