added (skeletal) issue04 to the repo

This commit is contained in:
Laurens Kils-Hütten
2024-07-09 20:24:56 +02:00
parent e68260350d
commit f88955b909
16 changed files with 1274 additions and 29 deletions

9
issue04/Makefile Normal file
View File

@@ -0,0 +1,9 @@
SRC=../macros cover forward abenteuer report minigame feedback ausblick imprint
all: Grenzland4.pdf
Grenzland4.pdf: ${SRC} Makefile
groff -ms -mde -e -t -p -Tpdf -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
clean:
rm -f *~