diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-11-26 11:26:54 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-11-26 11:26:54 +0000 |
commit | f900afff3e8fc2c233ff59cc9bc2639f5efe4d8c (patch) | |
tree | 93ea4a710445e79b3a36bab7e2149f106e1fcd43 /src | |
parent | 15c67060b10070b55e23f0e1fc50a08a994c0984 (diff) | |
download | postgresql-f900afff3e8fc2c233ff59cc9bc2639f5efe4d8c.tar.gz postgresql-f900afff3e8fc2c233ff59cc9bc2639f5efe4d8c.zip |
configure check for docbook2man program, used in the new XML-based man
page build target. This covers from-source, Debian, and Fedora
installation variants.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 2 insertions, 1 deletions
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@ ########################################################################## |