Do not install docs anymore

This commit is contained in:
Ronan Dunklau 2017-02-17 16:04:50 +01:00
parent fd0ad4efd6
commit b78049ebeb

View file

@ -3,7 +3,6 @@ EXTVERSION = $(shell grep default_version $(EXTENSION).control | sed -e "s/def
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
DOCS = $(wildcard README.md)
PG_CONFIG = pg_config