]> granicus.if.org Git - postgresql/commitdiff
Small fix for the README install for contrib/sslinfo.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 12 Sep 2006 11:46:11 +0000 (11:46 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 12 Sep 2006 11:46:11 +0000 (11:46 +0000)
Dave Page

contrib/sslinfo/Makefile

index f064153cc8fcb6e063c1ba6eef865046876c1de4..998d17634ce34aba5888bb005ddbbf494c5cf07a 100644 (file)
@@ -1,7 +1,7 @@
 MODULE_big = sslinfo
 OBJS = sslinfo.o
 DATA_built = sslinfo.sql
-DOC = README.pgsslinfo
+DOCS = README.pgsslinfo
 
 ifdef USE_PGXS
 PGXS := $(shell pg_config --pgxs)