remove make wc
This commit is contained in:
parent
dc2b6ba1f1
commit
d100f215d7
2
Makefile
2
Makefile
@ -365,7 +365,7 @@ help: ## Print this help message
|
|||||||
$(MAKEFILE_LIST)
|
$(MAKEFILE_LIST)
|
||||||
|
|
||||||
.PHONY: wc
|
.PHONY: wc
|
||||||
wc: mj-msc.pdf ## Character and page count
|
wc: mj-msc.pdf
|
||||||
@pdftotext $< - | \
|
@pdftotext $< - | \
|
||||||
awk '/\yReferences\y/{exit}; {print}' | \
|
awk '/\yReferences\y/{exit}; {print}' | \
|
||||||
tr -d '[:space:]' | wc -c | \
|
tr -d '[:space:]' | wc -c | \
|
||||||
|
@ -48,7 +48,6 @@ refresh-rivers Refresh river data from national datasets
|
|||||||
clean Clean the current working directory
|
clean Clean the current working directory
|
||||||
clean-tables Remove tables created during unit or rivers tests
|
clean-tables Remove tables created during unit or rivers tests
|
||||||
help Print this help message
|
help Print this help message
|
||||||
wc Character and page count
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To execute the algorithm, run:
|
To execute the algorithm, run:
|
||||||
|
Loading…
Reference in New Issue
Block a user