]> git.donarmstrong.com Git - neurodebian.git/blob - survey/Makefile
Added LabVIEW and dependency in Makefile
[neurodebian.git] / survey / Makefile
1 all: index.html
2
3 clean:
4         -rm *.html *.js
5
6 jquery.form.js:
7         wget --no-check-certificate http://github.com/malsup/form/raw/master/jquery.form.js
8
9 index.html: survey.rst
10         rst2html --link-stylesheet --stylesheet-path=survey.css survey.rst > $@
11
12 upload: index.html jquery.form.js survey.css
13         rsync -rvzlhp --delete  \
14         --exclude=Makefile --exclude='*.inc' --exclude='*.rst' \
15                 --chmod=Dg+s,g+rw * neurodebian@www.pymvpa.org:/home/www/neuro.debian.net/www/survey/
16