From a0fc54c78bb0d863a7a5e73aa6c3b4508d060e97 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Sun, 13 Jun 2004 21:33:18 +0000 Subject: [PATCH] Ship the man page --- SRC/plugins/postgresql/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SRC/plugins/postgresql/Makefile.am b/SRC/plugins/postgresql/Makefile.am index 9552322..d32ede8 100644 --- a/SRC/plugins/postgresql/Makefile.am +++ b/SRC/plugins/postgresql/Makefile.am @@ -5,4 +5,6 @@ postgresql_la_LDFLAGS = -module man_MANS = echoping_postgresql.1 endif +EXTRA_DIST = $(man_MANS) + # $Id$