diff --git a/Makefile b/Makefile index efb279f..c0653b1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index f7acfb9..c773c34 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,6 @@ uses md2man (`gem install md2man`). MacOS: brew install protobuf - brew install sqlite Linux: diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index a1bf175..95b534a 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -195,7 +195,6 @@ MacOS: .RS .nf brew install protobuf -brew install sqlite .fi .RE .PP