Minor changes
This commit is contained in:
parent
55c7e26b0b
commit
7d527bd111
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -12,7 +12,11 @@ BUILDDIR = build
|
|||
help:
|
||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
.PHONY: help Makefile
|
||||
# Custom (by me Loïc Guégan)
|
||||
watch:
|
||||
find ./source -type f | entr make html
|
||||
|
||||
.PHONY: help Makefile watch
|
||||
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
|
|
Loading…
Add table
Reference in a new issue