Add README and Makefile, generate PDF versions
This commit is contained in:
parent
2b70c60fe3
commit
7febdbf181
4 changed files with 7 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
MAPS=geometromap geometromap_solarized
|
||||
|
||||
all: $(addsuffix .pdf,$(MAPS))
|
||||
|
||||
%.pdf: %.svg
|
||||
inkscape -A $@ $<
|
||||
1
README
Normal file
1
README
Normal file
|
|
@ -0,0 +1 @@
|
|||
To update the PDF from the SVG files, type `make`. You need inskcape installed.
|
||||
BIN
geometromap.pdf
Normal file
BIN
geometromap.pdf
Normal file
Binary file not shown.
BIN
geometromap_solarized.pdf
Normal file
BIN
geometromap_solarized.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue