# Build my website all: gael_site ICELog: mkdir -p src/physics/ICELog wget http://gael-varoquaux.info/physics/ICELog/index.txt && mv index.txt src/physics/ICELog KRubLog: mkdir -p src/physics/KRubLog wget http://gael-varoquaux.info/physics/KRubLog/index.txt && mv index.txt src/physics/KRubLog gael_site: KRubLog ICELog #cd rest2web && ./rest2web.sh gael_site.ini cp Makefile rest2web/gael_site.ini src cp rest2web/gael.py src/gael_py python makesite.py gael_site.ini install: chmod -R uog+r out rsync -e ssh -rupvl out/* 1and1: clean: rm -r out