Merge branch 'master' of https://github.com/raphink/geometromap into makefile

This commit is contained in:
nojhan 2011-11-18 22:31:12 +01:00
commit d19fca4670
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 $@ $<

1
README Normal file
View file

@ -0,0 +1 @@
To update the PDF from the SVG files, type `make`. You need inskcape installed.

BIN
geometromap.pdf Normal file

Binary file not shown.

BIN
geometromap_solarized.pdf Normal file

Binary file not shown.