progress on issue6 (events tables), added FreeAds folder

welcome to issue 7!
This commit is contained in:
Laurens Kils-Hütten
2025-07-29 07:39:18 +02:00
parent 288f67f716
commit 4ee4d56d2e
60 changed files with 92276 additions and 9 deletions

15
issue07/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 $< $@
Grenzland7.pdf: body.pdf Front.png Back.png
pdfjam --a5paper -o $@ -- Front.png - body.pdf {},-,{} Back.png -
clean:
rm -f *~