blob: af4a31841e69bd0a98252c7c4e9e51f0e9c2245f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2016-01-21 22:44:44.214163699 +0100
+++ Makefile 2016-01-21 22:44:51.788162213 +0100
@@ -3,7 +3,7 @@
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
|