summaryrefslogtreecommitdiff
path: root/a6/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 20:10:14 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 20:10:14 +0200
commit5e9ffc26c26cbcb85a9e18f719fde1b9c178477f (patch)
tree584ee5847a0705e6ed20ef11664d569518738d5b /a6/Makefile
parent025622f7ba344b1e47dd47c92ed380902ecbddfd (diff)
A6: WIP (text is more or less in place)
Diffstat (limited to 'a6/Makefile')
-rw-r--r--a6/Makefile4
1 files changed, 2 insertions, 2 deletions
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} $<