it's an unfinished mess, but it builds
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
PDF=caves.pdf dungeon.pdf encounters1.pdf encounters2.pdf npc.pdf pointcrawl.pdf title.pdf treasure.pdf map.pdf
|
||||
|
||||
all: ${PDF}
|
||||
|
||||
%.pdf: %.svg
|
||||
convert $< $@
|
||||
|
||||
%.pdf: %.dot
|
||||
dot -Tpdf $< > $@
|
||||
|
||||
%.pdf: %.png
|
||||
convert $< $@
|
||||
|
||||
clean:
|
||||
rm -fv *.pdf
|
||||
|
||||
Reference in New Issue
Block a user