Files
Grenzland-Zine/issue07/Makefile
2026-01-24 09:53:15 +01:00

16 lines
389 B
Makefile

SRC=../zine.mac toc forward arden-vul d10planes survey contact factions2 monday classified 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 *~