Olivers Text eingebaut, repo aufgeräumt
vor dem Clone nach Github
This commit is contained in:
15
Makefile
15
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user