Skip to content
Snippets Groups Projects
Commit ec4c6c71 authored by Sergey Goncharov's avatar Sergey Goncharov
Browse files

not fail make if no duplicate

parent f61f9261
No related branches found
No related tags found
No related merge requests found
Pipeline #89999 passed
......@@ -186,6 +186,6 @@ up: $(PDFNAMES)
.PHONY: check
check:
@echo "Checking duplicates.."
@grep -Eon -r --include "*.tex" '(\b[[:alpha:]]{2,}\b) \1\b' .
@grep -Eon -r --include "*.tex" '(\b[[:alpha:]]{2,}\b) \1\b' . | true
@echo "Checking spelling.."
cat $(SRCNAMES) | aspell --conf-dir=$(THISDIR) --home-dir=$(THISDIR) list -t --dont-tex-check-comments -d en_GB-ize | sort -uf | sed -E '/.../!d'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment