This commit is contained in:
parent
53702cb84c
commit
5cc49ae685
2
Makefile
2
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))
|
REVEALJS = $(patsubst %.md,%.html,$(wildcard revealjs/*/index.md))
|
||||||
LATEX = $(patsubst %.tex,%.pdf,$(wildcard latex/*/index.tex))
|
LATEX = $(patsubst %.tex,%.pdf,$(wildcard latex/*/index.tex))
|
||||||
|
|
||||||
|
|
Reference in a new issue