diff -r a9e7786db49e -r 042f67eea015 Admin/makedist --- a/Admin/makedist Tue Nov 28 01:22:56 2000 +0100 +++ b/Admin/makedist Tue Nov 28 01:23:45 2000 +0100 @@ -9,7 +9,15 @@ LOGICS="CCL CTT Cube FOL FOLP HOL HOLCF LCF Provers Pure Sequents TFL ZF" -export CVSROOT=/usr/proj/isabelle-repository/archive +case ${HOST} in + *broy*) + export CVSROOT=/usr/proj/isabelle-repository/archive + ;; + *.cl.cam.ac.uk) + export CVSROOT=sunbroy1.informatik.tu-muenchen.de:/usr/proj/isabelle-repository/archive + ;; +esac + DISTPREFIX=~/tmp/isadist umask 022