From 01578c223361eabdd3e6ef0ed1822fc4918a4fd1 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 7 Dec 2019 14:18:15 +0000 Subject: Better implementation of the make-demo graph, added preamble Some minor modifications were made in the graph showing the organization of the analysis with Make. Also, a `tex/preamble.tex' was defined to simplify the main source. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c935bda..55ef6b2 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ # along with this Makefile. If not, see . # PDF slides: -reproducible-paper.pdf: reproducible-paper.tex \ - tex/project-graph.tex tex/git-branch.tex +reproducible-paper.pdf: reproducible-paper.tex tex/*.tex # We'll run pdflatex two times so the page numbers and # internal links also work. if [ -d .git ]; then v=$$(git describe --dirty --always --long); \ -- cgit v1.2.1