5 # make_everything -- an adhoc script that demonstrates the general procedure
6 # of creating the Isabelle distribution and WWW site
9 # - proper settings for polyml are present by magic
10 # (e.g. via ~/isabelle/etc/settings)
11 # - ~/tmp/isadist/contrib holds packages of external tools (polyml etc.)
19 $REPOS/Admin/makedist ${1:--}
20 ISABELLE_DIST=$(cat $DIST/ISABELLE_DIST)
24 #Note: this causes strange behaviour with "nohup" -- better use "screen"
25 ssh sunbroy1 ". ~/.bashrc; $REPOS/Admin/makebin $ISABELLE_DIST"
26 ssh atbroy37 ". ~/.bashrc; $REPOS/Admin/makebin $ISABELLE_DIST"
29 $REPOS/Admin/makebin $ISABELLE_DIST
33 cd $(dirname "$ISABELLE_DIST")
36 cd website && make && cd .. && rm -rf website