blob: 00a97b33730a465890f16f028e4acc2d24827e93 (
plain)
1
2
3
4
5
6
7
|
save: save.hs
ghc --make save.hs
install::
@make save
rsync -avz --exclude .DS_Store P *.html *.css *.js ../../runtime/javascript/minibar/support.js *.cgi *.manifest save www.grammaticalframework.org:/usr/local/www/GF/demos/gfse
|