mirror of
https://github.com/vale981/ablog
synced 2025-03-06 01:31:39 -05:00
Added docs command.
This commit is contained in:
parent
e1f6de7a06
commit
855b65b3e8
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: demo install rebuild release test
|
.PHONY: demo install rebuild release test docs
|
||||||
|
|
||||||
demo:
|
demo:
|
||||||
rm -rf demo
|
rm -rf demo
|
||||||
|
@ -7,6 +7,9 @@ demo:
|
||||||
install:
|
install:
|
||||||
pip install -U --no-deps --force-reinstall .
|
pip install -U --no-deps --force-reinstall .
|
||||||
|
|
||||||
|
docs:
|
||||||
|
cd docs; ablog build -a
|
||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
cd docs; watchmedo shell-command --patterns='*.rst' --command='ablog build' --recursive
|
cd docs; watchmedo shell-command --patterns='*.rst' --command='ablog build' --recursive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue