author | wenzelm |
Tue, 28 Nov 2000 01:23:45 +0100 | |
changeset 10532 | 042f67eea015 |
parent 10531 | a9e7786db49e |
child 10533 | 909c473542f9 |
Admin/makedist | file | annotate | diff | comparison | revisions |
--- 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