]> git.8kb.co.uk Git - postgresql/table_log_pl/blob - Makefile
Ensure documentation file name is not ambiguous
[postgresql/table_log_pl] / Makefile
1 EXTENSION = table_log_pl
2 DATA = $(wildcard sql/*--*.sql)
3 DOCS = $(wildcard docs/*.md)
4
5 PG_CONFIG = pg_config
6 PGXS := $(shell $(PG_CONFIG) --pgxs)
7 include $(PGXS)