Restore accidentally removed files

This commit is contained in:
David Holland 2020-05-02 15:11:14 +02:00
parent a9f6325aa1
commit af14457769
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@
!/arch.png
!/Documentation.adoc
!/generate-pdfs.sh
!/generate-pdfs

BIN
arch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

3
generate-pdfs Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
asciidoctor-pdf -a pdf-page-size=a4 -o Documentation_A4.pdf Documentation.adoc
asciidoctor-pdf -a pdf-page-size=a5 -o Documentation_A5.pdf Documentation.adoc