aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>.
# 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); \