progress on issue6 (events tables), added FreeAds folder
welcome to issue 7!
This commit is contained in:
15
issue07/Makefile
Normal file
15
issue07/Makefile
Normal 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 *~
|
||||
Reference in New Issue
Block a user