From 158dbe2bbad88af34cca5af605c1444e1efb4019 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 4 Jun 2019 03:08:44 +0200 Subject: Added Git branching and history graph A graph was added showing how Git branching and history are used to verfiy the integrity of the result. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fdfc2b7..2a573d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # PDF slides: -reproducible-paper.pdf: reproducible-paper.tex tex/plot.tex +reproducible-paper.pdf: reproducible-paper.tex \ + tex/project-graph.tex tex/git-branch.tex # We'll run pdflatex two times so the page numbers and # internal links also work. pdflatex reproducible-paper -- cgit v1.2.1