From e365768362dd42dc5af066422b04e9465bf430ae Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sun, 18 Jan 2015 15:15:26 -0200 Subject: [PATCH] Use revealjs type for motivation.md --- Makefile | 4 ++-- _layouts/{slides.html => slides.revealjs} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename _layouts/{slides.html => slides.revealjs} (100%) diff --git a/Makefile b/Makefile index 8a4c814..0429015 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ all : commands preview : $(DST_ALL) # Pattern for slides (different parameters and template). -motivation.html : motivation.md _layouts/slides.html - pandoc -s -t html \ +motivation.html : motivation.md _layouts/slides.revealjs + pandoc -s -t revealjs \ --template=_layouts/slides \ -o $@ $< diff --git a/_layouts/slides.html b/_layouts/slides.revealjs similarity index 100% rename from _layouts/slides.html rename to _layouts/slides.revealjs -- GitLab