summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorFrancesco Mazzoli <f@mazzo.li>2013-01-15 15:26:37 +0000
committerFrancesco Mazzoli <f@mazzo.li>2013-01-15 15:26:37 +0000
commit30ed12635896ab8acbd2115802ab5c5f583a2a59 (patch)
treeba47d53ad20cae2dbdceaafe60c7e50f8b69cb4f /docs/Makefile
parent2e0a8c0e91f79984bc988bdb98678ee3c3b213e6 (diff)
more stuff
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 $@