This repository has been archived on 2022-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
thesis/Makefile
Matej Focko 4617806caf
chore: add latest version
Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-05-12 12:28:22 +02:00

6 lines
302 B
Makefile

COUNT:=$(shell texcount fi-pdflatex.tex -char -inc | grep "Letters in text:" | tail -n1 | cut -f2- -d:)
count:
@echo Does not count spaces! The number is therefore lower than actual number of standard pages.
@echo Letters: $(COUNT)
@echo Pages: $(shell echo "scale=2; $(COUNT)/1800.0" | bc -l )/30