From ab8ba0ef34c74394e6bc2ff958d4180851afd1ae Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Fri, 6 Feb 2015 14:21:28 +0900 Subject: [PATCH] Add PGFILEDESC description to Makefiles. Prominent binaries already had this metadata. This commit is inspried by the change of pg_trgm: 0ffc201a51395ca71fe429ef86c872850a5850ee Backpatch to all branches. Beena Emerson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 403d702..f7b3d29 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ OBJS = bigm_op.o bigm_gin.o EXTENSION = pg_bigm DATA = pg_bigm--1.1.sql pg_bigm--1.0--1.1.sql +PGFILEDESC = "pg_bigm - bigram matching" REGRESS = pg_bigm pg_bigm_ja -- 2.11.0