summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index b22e99b..52dfaec 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -3,7 +3,7 @@ OBJECTS = $(patsubst %.tex, %.pdf, $(SOURCES))
all: $(OBJECTS)
-background.pdf: background.tex background.bib
+background.pdf: background.tex background.bib background.agda
xelatex -halt-on-error $< -o $@
bibtex background
xelatex -halt-on-error $< -o $@