diff options
| -rw-r--r-- | lib/pgxn_utils/templates/root/Makefile.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pgxn_utils/templates/root/Makefile.tt b/lib/pgxn_utils/templates/root/Makefile.tt index ff0022e..2cbd6c6 100644 --- a/lib/pgxn_utils/templates/root/Makefile.tt +++ b/lib/pgxn_utils/templates/root/Makefile.tt @@ -2,7 +2,7 @@ EXTENSION = <%= extension_name %> EXTVERSION = $(shell grep default_version $(EXTENSION).control | sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/") DATA = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql)) -DOCS = $(wildcard doc/*.txt) +DOCS = $(wildcard doc/*.md) TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test --load-language=plpgsql |
