renamed Isar/isar_output.ML to Thy/thy_output.ML;
tuned messages;
Antiquote.scan_arguments (moved from here);
moved ML context stuff to from Context to ML_Context;
#!/usr/bin/env bash
#
# $Id$
#
# mirrors the Isabelle website
HOST=$(hostname)
case ${HOST} in
sunbroy2)
DEST=/home/html/isabelle/html-data
;;
atbroy1)
DEST=/home/html/isabelle/html-data
;;
*.cl.cam.ac.uk)
USER=paulson
DEST=/anfs/www/html/Research/HVG/Isabelle
;;
*)
echo "Unknown destination directory for ${HOST}"
exit 2
;;
esac
exec $(dirname $0)/isasync -w $DEST