skeletal issue 5 "Science Fantasy" added to repo

This commit is contained in:
Laurens Kils-Hütten
2024-09-23 08:30:01 +02:00
parent 51b617d178
commit 34ff82308e
13 changed files with 319 additions and 0 deletions

12
issue05/Makefile Normal file
View File

@@ -0,0 +1,12 @@
SRC=../macros cover forward adventure report minigame feedback outlook imprint
all: Grenzland5.pdf
Grenzland5.ps: ${SRC} Makefile
groff -ms -mde -e -t -p -Tps -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
Grenzland5.pdf: Grenzland5.ps Makefile
ps2pdf $< $@
clean:
rm -f *~