From 966a7fa8cbe6916a9e49089b880547f27ebeac90 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 18 Jul 2026 20:42:04 +0200 Subject: Start new slides: My Phone Runs Debian BTW --- my_phone_runs_debian_btw-it/slides/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 my_phone_runs_debian_btw-it/slides/Makefile (limited to 'my_phone_runs_debian_btw-it/slides/Makefile') 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 -- cgit v1.2.3