projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228ca33
)
Don't doc check the venv dir
author
Zachary Ware
<zachary.ware@gmail.com>
Fri, 25 Mar 2016 03:44:41 +0000
(22:44 -0500)
committer
Zachary Ware
<zachary.ware@gmail.com>
Fri, 25 Mar 2016 03:44:41 +0000
(22:44 -0500)
Doc/Makefile
patch
|
blob
|
history
diff --git
a/Doc/Makefile
b/Doc/Makefile
index a42e98bd9cd7f4c8c6d9dd8b14a68600f7431240..03a37f1e49fb88312a780965ff17c267f8bfd122 100644
(file)
--- a/
Doc/Makefile
+++ b/
Doc/Makefile
@@
-153,7
+153,7
@@
dist:
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
check:
- $(PYTHON) tools/rstlint.py -i tools
+ $(PYTHON) tools/rstlint.py -i tools
-i venv
serve:
../Tools/scripts/serve.py build/html