cronjob.sh revision d596b06ffd5cd81e45fd450bb7d773b0e6754a69
export PATH
export MAKE
export HETS_LIB
. ../cronjob.sh
#makeProgramatica
# install hets binary
# copy matching version for hets.cgi
# make latex documentation
# create some result files
cd Basic
cd ..
cd ../..
fgrep \*\*\* ../../../isaHC2.log
cd ../..
# try out other binaries
# build user guide
cd ..
# move docs and release sources to destination
# more tests in Hets
#cp ../HOL/*.hs .
#fgrep \*\*\* ../../../../isaHs.log
# build and install locally hets.cgi
cd ../../../Hets
#make hets.cgi
cd ..
# pack Hets-lib for cofi at fixed location
# repack putting docs into sources on www server
cd $destdir
\rm -f Hets.tar.gz
# a few more tests
cd $HETS_LIB
#for i in */*.env; \
# do ./hets -v2 -o prf $i; done
#date