diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2006-09-12 11:46:11 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2006-09-12 11:46:11 +0000 |
commit | e79380e5aefbd9c9710a3f164a668c9c507136dc (patch) | |
tree | 3091c9fe2c3f49f08b42fca55108c3009db5453b | |
parent | 9c356a6b3ef21143c95fef0afba704e8e41097ea (diff) | |
download | postgresql-e79380e5aefbd9c9710a3f164a668c9c507136dc.tar.gz postgresql-e79380e5aefbd9c9710a3f164a668c9c507136dc.zip |
Small fix for the README install for contrib/sslinfo.
Dave Page
-rw-r--r-- | contrib/sslinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile index f064153cc8f..998d17634ce 100644 --- a/contrib/sslinfo/Makefile +++ b/contrib/sslinfo/Makefile @@ -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) |