repo.or.cz
/
tails
/
lblissett.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add DebConf BoF slides.
[tails/lblissett.git]
/
wiki
/
src
/
promote
/
slides
/
DebConf14-20140830
/
Makefile
blob
62acd3b49b95264364cac6085fc5dca979bbeed4
1
default
:
all
2
3
%
.shtml
: %
.mdwn reveal.js
/
LICENSE
4
pandoc
--
self-contained
-
t revealjs
-
s
$< -
o
$
@
5
6
%
.mdwn.txt
: %
.mdwn
7
cp
-
f
$< $
@
8
9
clean
:
10
rm
-
f
*
.shtml
*
.mdwn.txt
11
12
export
:
Tails.shtml Tails.mdwn.txt
13
14
reveal.js
/
LICENSE
:
15
git clone https
://
github.com
/
hakimel
/
reveal.js.git reveal.js
16
17
all
:
export