summaryrefslogtreecommitdiff
path: root/macros/generic/crossrefenum/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/crossrefenum/test/Makefile')
-rw-r--r--macros/generic/crossrefenum/test/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/generic/crossrefenum/test/Makefile b/macros/generic/crossrefenum/test/Makefile
index 749d63a96a..13021c9bd8 100644
--- a/macros/generic/crossrefenum/test/Makefile
+++ b/macros/generic/crossrefenum/test/Makefile
@@ -4,10 +4,10 @@ ALL=main-test.tex data-common.tex data-reledmac.tex config-formats.tex config-cr
define MAKE_BOXES_LIST
sed -i 's/%\\tracingoutput/\\tracingoutput/' $<
- -xelatex main-test.tex
+ -lualatex main-test.tex
sed -i 's/^\\tracingoutput/%\\tracingoutput/' $<
full_boxes_list="$$(grep -E '^\.+\\TU' main-test.log)"; \
- i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 Capitulus' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
+ i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 C' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
sed -n 1,$${i_test_result_end}p <<< "$$full_boxes_list" > $@
endef
@@ -15,12 +15,12 @@ clean:
-rm main-test.{aux,log,1,2,fdb_latexmk,fls,xdv,tuc}
test: clean $(ALL)
- latexmk -xelatex main-test.tex
+ latexmk -lualatex main-test.tex
log: $(ALL)
sed -i 's/%\\tracingcommands/\\tracingcommands/' $<
sed -i 's/%\\tracingmacros/\\tracingmacros/' $<
- -xelatex main-test.tex
+ -lualatex main-test.tex
sed -i 's/^\\tracingcommands/%\\tracingcommands/' $<
sed -i 's/^\\tracingmacros/%\\tracingmacros/' $<