~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to scripts/make_website.sh

  • Committer: richard
  • Date: 2005-05-06 08:47:45 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:304
Copy all the stemming algorithm versions, not just the canonical
"stem.sbl" version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# Build the website, excluding the data files.
36
36
for lang in $langs
37
37
do
38
 
  cp -a ${tmpdir}/snowball/algorithms/${lang}/stem.sbl ${tmpdir}/website/algorithms/${lang}/stem.sbl
39
 
  cp -a ${tmpdir}/snowball/src_c/stem_${lang}.c        ${tmpdir}/website/algorithms/${lang}/stem.c
40
 
  cp -a ${tmpdir}/snowball/src_c/stem_${lang}.h        ${tmpdir}/website/algorithms/${lang}/stem.h
 
38
  cp -a ${tmpdir}/snowball/algorithms/${lang}/stem*.sbl ${tmpdir}/website/algorithms/${lang}/
 
39
  cp -a ${tmpdir}/snowball/src_c/stem_${lang}.c         ${tmpdir}/website/algorithms/${lang}/stem.c
 
40
  cp -a ${tmpdir}/snowball/src_c/stem_${lang}.h         ${tmpdir}/website/algorithms/${lang}/stem.h
41
41
done
42
42
 
43
43
# Build a tarball of the whole website, together with the code,