summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-06 15:01:09 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-06 15:01:09 +0100
commit9494999eae74ca26be798049d003bd35c0f4613b (patch)
tree23156d0008f1438bf66ff6d09f1aa5a3c49cd931 /Makefile
parente5c852bd3d1edb78cf015630ae8f02a7e96461c0 (diff)
Fix add another XeLaTeX compilation (4 in all) to place TODO markers correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4aa78b7..6f1780e 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ XELATEX = xelatex -no-shell-escape -halt-on-error -interaction=batchmode
$(XELATEX) $<
$(XELATEX) $<
$(XELATEX) $<
+ $(XELATEX) $<
clean:
rm -f $(foreach ext,pdf aux log out toc tex,$(flavors:%=$(stem)-%.$(ext)))