From b78049ebeba363ebfe469110c09c4150a3a6aca6 Mon Sep 17 00:00:00 2001 From: Ronan Dunklau Date: Fri, 17 Feb 2017 16:04:50 +0100 Subject: [PATCH] Do not install docs anymore --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5f7fdd3..fe7b3e5 100644 --- a/Makefile +++ b/Makefile @@ -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