turned show_brackets into proper configuration option;
Sign.certify/type_check: dropped Syntax.pp_show_brackets, which is hard to hold up due to Pretty.pp and not even present in the regular end-user type check;
#!/usr/bin/env bash
#
# mirrors the Isabelle website
HOST=$(hostname)
case ${HOST} in
sunbroy* | atbroy* | macbroy*)
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 $DEST