Makefile angelegt für einfachs bauen

This commit is contained in:
2026-03-04 20:07:42 +00:00
parent 5f5cc3ccb4
commit ad9b3442ab

7
Makefile Normal file
View File

@@ -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 *