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

« back to all changes in this revision

Viewing changes to scripts/bootstrap.sh

  • Committer: richard
  • Date: 2005-04-29 14:20:14 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:296
Add back the uncorrupted dodecahedron, and include the latest version of
the scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# script which makes the website.
4
4
 
5
5
tmpdir="/tmp/snowball_bootstrap$$"
6
 
trap "(rm -rf $tmpdir;echo \"make_website.sh failed\")" EXIT
 
6
trap "(rm -rf $tmpdir;echo \"bootstrap.sh failed\")" EXIT
7
7
 
8
8
svnbase="svn://snowball.tartarus.org/snowball/trunk/"
9
9
 
16
16
svn export -q ${svnbase}
17
17
cd trunk
18
18
 
19
 
./scripts/make_website.sh
 
19
/s1/snowball-svn/snowball/hooks/make_website.sh
20
20
 
21
21
trap EXIT
22
22
rm -rf ${tmpdir}