summaryrefslogtreecommitdiff
path: root/my_phone_runs_debian_btw-it/slides/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'my_phone_runs_debian_btw-it/slides/Makefile')
-rw-r--r--my_phone_runs_debian_btw-it/slides/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/my_phone_runs_debian_btw-it/slides/Makefile b/my_phone_runs_debian_btw-it/slides/Makefile
new file mode 100644
index 0000000..3836be3
--- /dev/null
+++ b/my_phone_runs_debian_btw-it/slides/Makefile
@@ -0,0 +1,10 @@
+all: build/my_phone_runs_debian_btw.pdf
+
+build/my_phone_runs_debian_btw.pdf: my_phone_runs_debian_btw.rst img/
+ mkdir -p build
+ pandoc --listings -t beamer --pdf-engine=xelatex \
+ -o build/my_phone_runs_debian_btw.pdf \
+ my_phone_runs_debian_btw.rst
+
+clean:
+ rm -f build/my_phone_runs_debian_btw.pdf