summaryrefslogtreecommitdiff
path: root/Makefile
blob: bea88f61ef2bcf3b000dd09e999492105e80a2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all: html zfs-intro.pdf zfs-intro-notes.pdf

html: zfs-intro.html

zfs-intro.html: zfs-intro.md
	pandoc -f markdown+inline_notes+smart \
	-t revealjs+smart --standalone --slide-level=2 \
  --css=usrspace.css \
	-V 'revealjs-url:reveal.js/' \
	-o zfs-intro.html zfs-intro.md

zfs-intro.pdf: zfs-intro.html
	@echo Open file://$(PWD)/zfs-intro.html\?print-pdf

zfs-intro-notes.pdf: zfs-intro.html
	@echo Open file://$(PWD)/zfs-intro.html?print-pdf&showNotes=true

clean:
	rm -rf zfs-intro.html zfs-intro.pdf zfs-intro-notes.pdf *.svg