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.

12 lines
223 B

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