it's an unfinished mess, but it builds
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
SRC=macros cover forward crown abenteuer class report minigame ausblick
|
||||
|
||||
all: Grenzland3.pdf
|
||||
all: Grenzland3.pdf Cover.pdf
|
||||
|
||||
Grenzland3.pdf: ${SRC} Makefile
|
||||
img: Makefile
|
||||
make -C img all
|
||||
|
||||
Grenzland3.pdf: ${SRC} img Makefile
|
||||
groff -ms -mde -e -t -p -Tpdf -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
|
||||
|
||||
Cover.pdf: Cover.svg Makefile
|
||||
inkscape -C -o $@ $<
|
||||
|
||||
.PHONY: img clean
|
||||
|
||||
clean:
|
||||
rm -fv *.pdf
|
||||
make -C img clean
|
||||
|
||||
Reference in New Issue
Block a user