src/Tools/make-all-poly
author berghofe
Thu, 07 Aug 1997 23:34:31 +0200
changeset 3635 8e6faf192cea
parent 699 2da262e85c4d
permissions -rwxr-xr-x
Gif images which are copied to $ISABELLE_BROWSER_INFO when theory browsing data is generated.

#! /bin/sh
#$Id$
#Make entire system using Poly/ML
#Pathnames will have to be modified for your site
ML_DBASE=/usr/groups/theory/poly/polyml/`arch`/ML_dbase
ISABELLEBIN=/homes/`whoami`/dbases
ISABELLECOMP="poly -noDisplay -h 15000"
export ML_DBASE ISABELLEBIN ISABELLECOMP 
nohup make-all $*