mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Changed docs to use source.
This commit is contained in:
parent
6a9b4e74bf
commit
91c989a3af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ install:
|
||||||
pip install -U --no-deps --force-reinstall .
|
pip install -U --no-deps --force-reinstall .
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
cd docs; ablog build -a
|
export PYTHONPATH="$(shell pwd)"; echo $$PYTHONPATH; cd docs; ablog build -a -P
|
||||||
|
|
||||||
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