added (skeletal) issue04 to the repo
This commit is contained in:
9
issue04/Makefile
Normal file
9
issue04/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SRC=../macros cover forward abenteuer report minigame feedback ausblick imprint
|
||||
|
||||
all: Grenzland4.pdf
|
||||
|
||||
Grenzland4.pdf: ${SRC} Makefile
|
||||
groff -ms -mde -e -t -p -Tpdf -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
Reference in New Issue
Block a user