From 6b2dcbb91a415eb955d722c654075f0109ae4735 Mon Sep 17 00:00:00 2001 From: Sunaina Pai Date: Sat, 24 Mar 2018 09:59:26 +0530 Subject: Ignore docstrings for loc target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3