summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHimanshu Shekhar <himanshushekharb16@gmail.com>2017-04-30 20:30:23 +0530
committerHimanshu Shekhar <himanshushekharb16@gmail.com>2017-04-30 20:30:23 +0530
commit1eff05650de5f87fa448f498256451baa8a606c9 (patch)
tree54e125934bdebe210605fb427f96b15f035ed376 /Makefile
parent5dcc9607bd89cd7db09b69f7e71a963bfcf6c80a (diff)
downloadpsutil-1eff05650de5f87fa448f498256451baa8a606c9.tar.gz
remove comment from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0fa418df..650f35f1 100644
--- a/Makefile
+++ b/Makefile
@@ -278,5 +278,3 @@ doc:
# check whether the links mentioned in some files are valid.
check-broken-links:
git ls-files | grep \\.rst$ | xargs $(PYTHON) scripts/internal/check_broken_links.py
-# Alternate method, DOCFILES need to be defined
-# $(PYTHON) scripts/internal/check_broken_links.py $(DOCFILES)