Add README and Makefile, generate PDF versions

This commit is contained in:
Raphaël Pinson 2011-11-17 21:25:22 +01:00
commit 7febdbf181
4 changed files with 7 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
MAPS=geometromap geometromap_solarized
all: $(addsuffix .pdf,$(MAPS))
%.pdf: %.svg
inkscape -A $@ $<