remove make wc

main
Motiejus Jakštys 2021-05-19 23:50:44 +03:00 committed by Motiejus Jakštys
parent dc2b6ba1f1
commit d100f215d7
2 changed files with 1 additions and 2 deletions

View File

@ -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 | \

View File

@ -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: