1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

configure check for docbook2man program, used in the new XML-based man

page build target.  This covers from-source, Debian, and Fedora
installation variants.
This commit is contained in:
Peter Eisentraut
2008-11-26 11:26:54 +00:00
parent 15c67060b1
commit f900afff3e
5 changed files with 73 additions and 8 deletions

View File

@ -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@
##########################################################################