From 4ca3025e0eae35922a3b881f96bdaa33689e5f83 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 22 May 2019 22:08:19 +0200 Subject: Start slides and transcriptish --- ap_debian/slides/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ap_debian/slides/Makefile (limited to 'ap_debian/slides/Makefile') 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 -- cgit v1.2.3