root/swish-e/trunk/conf/Makefile.am

Revision 1206, 466 bytes (checked in by whmoseley, 6 years ago)

cvs add without cvs ci doesn't do much good!

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
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
Note: See TracBrowser for help on using the browser.