aboutsummaryrefslogtreecommitdiff
path: root/share/templater/reveal.js/files/Makefile.reveal.js
blob: b62eb66844f3f1b1ab88a5bf083885bc17acd1fa (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

web:
	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