From 5cc49ae68512b919aa2da017eb9973ccdf37d251 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 22 Oct 2020 19:32:38 +0200 Subject: [PATCH] Build all handouts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87763ad..d580680 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HANDOUTS = $(patsubst %.tex,%.pdf,$(wildcard revealjs/*/handout.tex)) +HANDOUTS = $(patsubst %.tex,%.pdf,$(wildcard */*/handout.tex)) REVEALJS = $(patsubst %.md,%.html,$(wildcard revealjs/*/index.md)) LATEX = $(patsubst %.tex,%.pdf,$(wildcard latex/*/index.tex))