The Cover is finished already ;-)

This commit is contained in:
Laurens Kils-Hütten
2024-10-03 12:32:36 +02:00
parent 6cdc0745d1
commit bca3f11969
5 changed files with 21 additions and 14 deletions

View File

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