diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-24 09:59:26 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-24 09:59:26 +0530 |
commit | 6b2dcbb91a415eb955d722c654075f0109ae4735 (patch) | |
tree | 6d9e765212a61de4859f9b50d18db99342dea1d9 | |
parent | 1e2ada143b804b64ad546343c69c2c249b36c9a5 (diff) |
Ignore docstrings for loc target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |