From f1a4631b9f0a9e0c897a208e51f98ac76ce27151 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 15 Jun 2020 13:15:44 +0100 Subject: [PATCH] protocol/Makefile: remove dependency on awk. Signed-off-by: Daira Hopwood --- protocol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Makefile b/protocol/Makefile index fc946cc9..05975f30 100644 --- a/protocol/Makefile +++ b/protocol/Makefile @@ -11,7 +11,7 @@ LATEXMKOPT_lualatex=-pdflatex=lualatex -dvi- -ps- LATEXMK=max_print_line=10000 latexmk $(LATEXMKOPT_$(ENGINE)) --halt-on-error --file-line-error -bibtex -pdf -logfilewarnings- -e '$$max_repeat=8' LATEX=$(ENGINE) --halt-on-error --file-line-error -NOCRUFT?=|awk '{gsub(/[({<][/][^ ]* ?/,"")}1' |sed '/name{index:.*} has been referenced but does not exist, replaced by a fixed one/,+1 d' +NOCRUFT?=|perl -pe 's|[{\<\(]\/[^ ]* ?||g;s|^.* has been referenced but does not exist.*||g;s|^\n||g' # Use EXTRAOPT=-pvc for "continuous preview" mode. For example, "make auxblossom EXTRAOPT=-pvc". # In this case the updated .pdf will be in the aux/ directory.