summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile
index cbd2436..33b552c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -3,13 +3,19 @@ OBJECTS = $(patsubst %.tex, %.pdf, $(SOURCES))
all: $(OBJECTS)
-%.pdf : %.tex
- xelatex -halt-on-error $<
- xelatex -halt-on-error $<
+background.pdf: background.tex background.bib
+ xelatex -halt-on-error $< -o $@
+ bibtex background
+ xelatex -halt-on-error $< -o $@
+ xelatex -halt-on-error $< -o $@
+
+idris-proposal.pdf: idris-proposal.tex
+ xelatex -halt-on-error $< -o $@
+ xelatex -halt-on-error $< -o $@
clean: cleanup
rm -f $(OBJECTS)
cleanup:
- rm -f *.log *.aux *.nav *.snm *.toc *.vrb *.out
+ rm -f *.log *.aux *.nav *.snm *.toc *.vrb *.out *.bbl