watch for python file changes too
This commit is contained in:
Родитель
64dec2c316
Коммит
b2865bed51
|
@ -29,7 +29,7 @@ help:
|
|||
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
||||
|
||||
loop:
|
||||
python watcher.py 'make html' `find . -name '*.rst'`
|
||||
python watcher.py 'make html' `find .. -name '*.rst' -o -name '*.py'`
|
||||
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче