Skip to content
Snippets Groups Projects
Commit e3657683 authored by Raniere Silva's avatar Raniere Silva Committed by Rémi Emonet
Browse files

Use revealjs type for motivation.md

parent 78f97eec
Branches
Tags
No related merge requests found
......@@ -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 $@ $<
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment