aboutsummaryrefslogtreecommitdiff
path: root/Makefile.reveal.js
blob: 8e9e464d5b2d768cdd1a52a97077b773d3f7c0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for reveal.js presentation
#

# See https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides
# Also look for variables at /usr/share/pandoc/data/templates/default.revealjs
REVEAL_THEME=moon

slides:
	test -s .gitmodules && git submodule update --init --recursive
	pandoc -V theme=$(REVEAL_THEME) -V css=index.css -s --mathjax -i -t revealjs index.md -o index.html
	pandoc -t beamer index.md -o index.pdf