Merge pull request #74 from mapbox/doc

Actually using the stock sqlite on MacOS
This commit is contained in:
Eric Fischer 2015-07-28 12:49:54 -07:00
commit 39cd5e210e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,9 @@
PREFIX ?= /usr/local
MANDIR ?= /usr/share/man/man1/
all: tippecanoe enumerate decode man/tippecanoe.1
all: tippecanoe enumerate decode
docs: man/tippecanoe.1
install: tippecanoe
mkdir -p $(PREFIX)/bin

View File

@ -171,7 +171,6 @@ uses md2man (`gem install md2man`).
MacOS:
brew install protobuf
brew install sqlite
Linux:

View File

@ -195,7 +195,6 @@ MacOS:
.RS
.nf
brew install protobuf
brew install sqlite
.fi
.RE
.PP