less prototype, less bad code implementation of CCHM type theory
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
223 B

#!/usr/bin/env bash
if which ahc-cabal &>/dev/null; then
pushd ..
make
popd
fi
cp ../intro.tt dist/ -rv
cp html/* dist/ -rv
cp styles/* dist/ -rv
rsync dist/ ${SYNC_SERVER}:/var/www/demo.inductive.properties -avx