Just docs
This commit is contained in:
parent
46a69e6e8e
commit
26dfcc1d86
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue