summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSunaina Pai <sunainapai.in@gmail.com>2018-03-24 09:59:26 +0530
committerSunaina Pai <sunainapai.in@gmail.com>2018-03-24 09:59:26 +0530
commit6b2dcbb91a415eb955d722c654075f0109ae4735 (patch)
tree6d9e765212a61de4859f9b50d18db99342dea1d9 /Makefile
parent1e2ada143b804b64ad546343c69c2c249b36c9a5 (diff)
Ignore docstrings for loc target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c00a218..7161dca 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,6 @@ example:
cd /tmp/_site && git push -f origin master
loc:
- grep -vE '^[[:space:]]*#|^[[:space:]]*$$' makesite.py | wc -l
+ grep -vE '^[[:space:]]*#|^[[:space:]]*$$|^[[:space:]]*"""' makesite.py | wc -l
FORCE: