From d100f215d75d49a2996771b66bb80cc498dd5efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 23:50:44 +0300 Subject: [PATCH] remove make wc --- Makefile | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d9e7fa0..1b0d64b 100644 --- a/Makefile +++ b/Makefile @@ -365,7 +365,7 @@ help: ## Print this help message $(MAKEFILE_LIST) .PHONY: wc -wc: mj-msc.pdf ## Character and page count +wc: mj-msc.pdf @pdftotext $< - | \ awk '/\yReferences\y/{exit}; {print}' | \ tr -d '[:space:]' | wc -c | \ diff --git a/README.md b/README.md index 25334fa..a48cdd6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ refresh-rivers Refresh river data from national datasets clean Clean the current working directory clean-tables Remove tables created during unit or rivers tests help Print this help message -wc Character and page count ``` To execute the algorithm, run: