skeletal issue 5 "Science Fantasy" added to repo
This commit is contained in:
12
issue05/Makefile
Normal file
12
issue05/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
SRC=../macros cover forward adventure report minigame feedback outlook imprint
|
||||
|
||||
all: Grenzland5.pdf
|
||||
|
||||
Grenzland5.ps: ${SRC} Makefile
|
||||
groff -ms -mde -e -t -p -Tps -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
|
||||
|
||||
Grenzland5.pdf: Grenzland5.ps Makefile
|
||||
ps2pdf $< $@
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
Reference in New Issue
Block a user