New make options

This commit is contained in:
Manuel Ebert 2014-06-30 11:14:25 +02:00
parent be1a90db3d
commit 5b4e89f081
4 changed files with 17 additions and 10 deletions

View file

@ -10,6 +10,13 @@ clean:
rm -rf _static
rm -f *.html
html:
curl https://raw.githubusercontent.com/mateuszkocz/3l/master/3L/3L.less > docs/_themes/jrnl/static/less/3L.less ;\
lessc --clean-css docs/_themes/jrnl/static/less/jrnl.less docs/_themes/jrnl/static/css/jrnl.css ;\
cd docs ;\
make html ;\
cd .. ;\
open docs/_build/html/index.html ;\
# Build GitHub Page from docs
docs: