From 5e9ffc26c26cbcb85a9e18f719fde1b9c178477f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 6 Aug 2023 20:10:14 +0200 Subject: A6: WIP (text is more or less in place) --- a6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a6/Makefile') diff --git a/a6/Makefile b/a6/Makefile index bc38dd3..bd3743b 100644 --- a/a6/Makefile +++ b/a6/Makefile @@ -16,10 +16,10 @@ custom: custom.cc Makefile pdf: ${TEX_NAME}.pdf ${TEX_NAME}.bbl: ${TEX_NAME}.bcf - biber --onlylog $< + biber --onlylog $< || biber $< ${TEX_NAME}.bcf: ${TEX_NAME}.tex - xelatex --no-pdf --no-aux ${TEX_FLAGS} $< + xelatex --no-pdf ${TEX_FLAGS} $< ${TEX_NAME}.pdf: ${TEX_NAME}.tex ${TEX_NAME}.bbl # xelatex --no-pdf ${TEX_FLAGS} $< -- cgit v1.2.3