From ad9b3442ab523a151f9f6ab63cbad8e9a890fdb3 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 4 Mar 2026 20:07:42 +0000 Subject: [PATCH] =?UTF-8?q?Makefile=20angelegt=20f=C3=BCr=20einfachs=20bau?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8683616 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +hello: + echo "Hello Nico" + +build: + cp -r . /home/nico/.local/share/containers/storage/volumes/kanzelei/_data/ + podman run --rm --volume "kanzelei:/data" pandoc/latex --toc --toc-depth=1 --epub-metadata=metadata.yaml --css=book.css -o myebook.epub --css book.css --toc -N -o build/output.epub src/title.txt src/*.md + cd /home/nico/.local/share/containers/storage/volumes/kanzelei/_data/ && rm -rf *