11 lines
348 B
Text
11 lines
348 B
Text
--- Makefile.orig 2015-03-17 16:28:17 UTC
|
|
+++ Makefile
|
|
@@ -3,7 +3,7 @@ EXTVERSION = $(shell grep default_vers
|
|
TESTS = $(wildcard test/sql/*.sql)
|
|
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
|
|
REGRESS_OPTS = --inputdir=test
|
|
-DOCS = $(wildcard README.rst)
|
|
+DOCS = $(wildcard *-README.rst)
|
|
|
|
PG_CONFIG = pg_config
|
|
|