From f900afff3e8fc2c233ff59cc9bc2639f5efe4d8c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 26 Nov 2008 11:26:54 +0000 Subject: configure check for docbook2man program, used in the new XML-based man page build target. This covers from-source, Debian, and Fedora installation variants. --- src/Makefile.global.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 02fab8c84c8..6789e182f46 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.246 2008/11/14 10:22:47 petere Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.247 2008/11/26 11:26:54 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -189,6 +189,7 @@ PTHREAD_LIBS = @PTHREAD_LIBS@ have_docbook = @have_docbook@ DOCBOOKSTYLE = @DOCBOOKSTYLE@ COLLATEINDEX = @COLLATEINDEX@ +DOCBOOK2MAN = @DOCBOOK2MAN@ ########################################################################## -- cgit v1.2.3