mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
New make options
This commit is contained in:
parent
be1a90db3d
commit
5b4e89f081
4 changed files with 17 additions and 10 deletions
7
Makefile
7
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue