gwift-reborn/Makefile

22 lines
518 B
Makefile
Executable File

pdf:
time asciidoctor-pdf\
-r asciidoctor-bibtex\
-r asciidoctor-lists\
-a pdf-themesdir=resources/themes\
-a pdf-fontsdir=resources/fonts\
-a pdf-theme=gwift\
gwift-reborn.asc
podman:
podman run -it -v `pwd`:/documents docker.io/asciidoctor/docker-asciidoctor
help:
time podman run -v `pwd`:/documents docker.io/asciidoctor/docker-asciidoctor asciidoctor-pdf\
-r asciidoctor-bibtex\
-a pdf-themesdir=resources/themes\
-a pdf-fontsdir=resources/fonts\
-a pdf-theme=gwift\
gwift-reborn.asc