]> git.8kb.co.uk Git - postgresql/table_log_pl/blobdiff - Makefile
Ensure documentation file name is not ambiguous
[postgresql/table_log_pl] / Makefile
index 0212d5a5e0cc6210ddcd9cda43da389cbff9b368..f4a25e68f2827ec76b6ecac8533ce976b0777cd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 EXTENSION = table_log_pl
 DATA = $(wildcard sql/*--*.sql)
-DOCS = README.md 
+DOCS = $(wildcard docs/*.md)
 
 PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)