cleaned up issue03, Crown of Neptune edited

This commit is contained in:
Laurens Kils-Hütten
2024-04-06 18:41:22 +02:00
parent 112cc963bc
commit c53902f1ff
27 changed files with 9911 additions and 989 deletions

6
issue03/Makefile Normal file
View File

@@ -0,0 +1,6 @@
SRC=macros cover forward crown abenteuer class report minigame ausblick
all: Grenzland3.pdf
Grenzland3.pdf: ${SRC} Makefile
groff -ms -mde -e -t -p -Tpdf -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@