OSDN Git Service

Add PGFILEDESC description to Makefiles.
authorMasahiko Sawada <sawada.mshk@gmail.com>
Fri, 6 Feb 2015 05:21:28 +0000 (14:21 +0900)
committerMasahiko Sawada <sawada.mshk@gmail.com>
Fri, 6 Feb 2015 05:29:56 +0000 (14:29 +0900)
Prominent binaries already had this metadata.

This commit is inspried by the change of pg_trgm:
0ffc201a51395ca71fe429ef86c872850a5850ee

Backpatch to all branches.

Beena Emerson

Makefile

index 403d702..f7b3d29 100644 (file)
--- 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