Olivers Text eingebaut, repo aufgeräumt

vor dem Clone nach Github
This commit is contained in:
Laurens Kils-Hütten
2022-09-06 20:41:11 +02:00
parent 5badc6ce22
commit 6da2ae01d8
14 changed files with 4338 additions and 986 deletions

View File

@@ -1,11 +1,20 @@
all: Grenzland1.pdf
%.pdf: %.tex coverart.png Makefile
GENPNG=Grenzland-postapo.gen.png Grenzland-praeapo.gen.png\
Grenzland-Startarea.gen.png Inseln-Startarea.gen.png
%.pdf: %.tex License.tex $(GENPNG) Coverimage.png Makefile
pdflatex $<
%.png: %.cfdg Makefile
%.gen.png: %.gen.svg Makefile
inkscape -D -o $@ $<
coverart.png: coverart.cfdg Makefile
cfdg $< > $@
License.tex: License.md Makefile
pandoc -o $@ $<
view: all
zathura *.pdf &
@@ -13,4 +22,4 @@ clean:
rm -f *~ *.log *.aux *.toc
realclean: clean
rm -f *.pdf coverart.png
rm -f *.pdf *.gen.png coverart.png License.tex