The Cover is finished already ;-)
This commit is contained in:
@@ -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 *~
|
||||
|
||||
Reference in New Issue
Block a user