summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-12 16:27:52 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-12 16:27:52 +0200
commit971d4ebcb0f8991f3eafdaf543589298f19dcf93 (patch)
treef296fa709204c2c603c73078e6e0144b1b6504d5 /Makefile
parent3775929b7b6dc802abd32028f17585f82fbb12be (diff)
downloadpsutil-971d4ebcb0f8991f3eafdaf543589298f19dcf93.tar.gz
check broken links: also inspect py files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31b84d1b..8b40d8c2 100644
--- a/Makefile
+++ b/Makefile
@@ -296,4 +296,4 @@ doc:
# check whether the links mentioned in some files are valid.
check-broken-links:
- git ls-files | grep \\.rst$ | xargs $(PYTHON) -Wa scripts/internal/check_broken_links.py
+ git ls-files | xargs $(PYTHON) -Wa scripts/internal/check_broken_links.py