mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make check: ignore "build" and "dist" dirs.
This commit is contained in:
parent
2942a6f723
commit
a2fba1187b
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx
|
|||||||
all: clean-pyc check test
|
all: clean-pyc check test
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@$(PYTHON) utils/check_sources.py -i sphinx/style/jquery.js \
|
@$(PYTHON) utils/check_sources.py -i build -i dist -i sphinx/style/jquery.js \
|
||||||
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
|
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
|
||||||
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
|
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user