diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-22 22:08:19 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-22 22:08:19 +0200 |
commit | 4ca3025e0eae35922a3b881f96bdaa33689e5f83 (patch) | |
tree | 3d3dabfc530685bfc7f3bc8928f6b86220818e84 /ap_debian/slides/Makefile | |
parent | 44aa41c1f6edcacb83f215c860b5c8e49293d1e6 (diff) |
Start slides and transcriptish
Diffstat (limited to 'ap_debian/slides/Makefile')
-rw-r--r-- | ap_debian/slides/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ap_debian/slides/Makefile b/ap_debian/slides/Makefile new file mode 100644 index 0000000..62f5e16 --- /dev/null +++ b/ap_debian/slides/Makefile @@ -0,0 +1,9 @@ +all: build/ap_debian.pdf + +build/%.pdf: %.rst img/ + mkdir -p build + pandoc --listings -t beamer --pdf-engine=xelatex \ + -o $@ $< + +clean: + rm -f build/*.pdf |