sonst_git-fortbildung/makePDF.sh
2025-02-18 08:27:31 +01:00

3 lines
565 B
Bash
Executable file

asciidoctor-pdf -R "." -o "git-lehrer.pdf" -a lehrer=true -a loesung=true -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc
asciidoctor-pdf -R "." -o "git-schueler.pdf" -a lehrer=false -a loesung=false -a tablet=false -a abstand=false -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc
asciidoctor-pdf -R "." -o "git-schueler-tablet.pdf" -a lehrer=false -a loesung=false -a tablet=true -a abstand=true -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc