Issue 5 so wie veröffentlicht, Issue 6 angefangen.

This commit is contained in:
Laurens Kils-Hütten
2025-07-24 23:19:27 +02:00
parent bca3f11969
commit 288f67f716
65 changed files with 595912 additions and 77 deletions

15
issue06/Makefile Normal file
View File

@@ -0,0 +1,15 @@
SRC=../zine.mac toc forward information discord contact monday outlook imprint
all: Grenzland6.pdf
body.ps: ${SRC} Makefile
groff -ms -mde -e -t -p -Tps -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
body.pdf: body.ps Makefile
ps2pdf $< $@
Grenzland6.pdf: body.pdf Front.png Back.png
pdfjam --a5paper -o $@ -- Front.png - body.pdf {},-,{} Back.png -
clean:
rm -f *~