watch for python file changes too

This commit is contained in:
Jeff Balogh 2009-12-15 11:35:36 -08:00
Родитель 64dec2c316
Коммит b2865bed51
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)/*