mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -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:
|
||||
rm -rf demo
|
||||
|
@ -7,6 +7,9 @@ demo:
|
|||
install:
|
||||
pip install -U --no-deps --force-reinstall .
|
||||
|
||||
docs:
|
||||
cd docs; ablog build -a
|
||||
|
||||
rebuild:
|
||||
cd docs; watchmedo shell-command --patterns='*.rst' --command='ablog build' --recursive
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue