Just docs

This commit is contained in:
Imbus 2024-12-14 16:02:02 +01:00
parent 46a69e6e8e
commit 26dfcc1d86

View file

@ -19,6 +19,7 @@ readme:
@# Requires pandoc pdflatex texlive-collection-fontsrecommended @# Requires pandoc pdflatex texlive-collection-fontsrecommended
pandoc --from=gfm --to=pdf -o README.pdf README.md pandoc --from=gfm --to=pdf -o README.pdf README.md
# Produce a release PDF from readme, using podman
readme-podman: readme-podman:
podman run --rm --volume .:/data:Z docker.io/pandoc/latex --from=gfm --to=pdf README.md -o README.pdf podman run --rm --volume .:/data:Z docker.io/pandoc/latex --from=gfm --to=pdf README.md -o README.pdf