diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-07-18 20:42:04 +0200 |
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-07-18 20:42:04 +0200 |
| commit | 966a7fa8cbe6916a9e49089b880547f27ebeac90 (patch) | |
| tree | 09db974bc30514cd2d9cfc93ef3a5c79e60ffca4 /my_phone_runs_debian_btw-it/slides/Makefile | |
| parent | e8b1d64689dcb03f4575ce9699977cb69295b2a2 (diff) | |
Start new slides: My Phone Runs Debian BTWlinux_day
Diffstat (limited to 'my_phone_runs_debian_btw-it/slides/Makefile')
| -rw-r--r-- | my_phone_runs_debian_btw-it/slides/Makefile | 10 |
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 |
