13
0
Fork 0
Dieser Commit ist enthalten in:
Daniel - 2018-08-19 18:12:05 +02:00
Ursprung 1a4b17213a
Commit e4436ac2b6
Signiert von: dbo
GPG-Schlüssel-ID: 4F63DB96D45AA9C6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -25,10 +25,10 @@ define presentation_dependencies
$(shell perl -ne '/includedeck\{(.*)\}/ && print "presentations/content/", $$1, ".tex "' $(1))
endef
# This template is called with arguments like presentation/xxx.pdf; it
# This template is called with arguments like presentations/xxx.pdf; it
# generates a rule that dependes on the corresponding tex file as well as on all
# decks used in that tex file; dependencies are of the form
# content/ccc/ccc_lokal.tex
# presentations/content/ccc/ccc_lokal.tex
define PRESENTATION_template
.ONESHELL: $(1)