issue 6 almost ready for the printer

This commit is contained in:
Laurens Kils-Hütten
2025-08-23 11:24:04 +02:00
parent bd2a40239a
commit a3cd1f34fe
52 changed files with 118572 additions and 38904 deletions

15
issue08/Makefile Normal file
View File

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