summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..cb60495
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
1WEB_ROOT=/srv/www/crute.org/mike/htdocs
2
3site:
4 ./metabuild.py
5 rsync -auvz rendered/ $(WEB_ROOT)
6 chgrp -R www-data $(WEB_ROOT)
7 chmod -R g+r $(WEB_ROOT)
8 find $(WEB_ROOT) -type d -exec chmod g+x {} \;
9
10css:
11 python page_source/downloads/cmpcss page_source/resources/site.css > page_source/resources/site-min.css