mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Do not install docs anymore
This commit is contained in:
parent
fd0ad4efd6
commit
b78049ebeb
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue