diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-04-14 17:23:20 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-04-14 17:23:20 +0000 |
commit | 2e32eca8d0a7177a71fccae6e010e6b54d027207 (patch) | |
tree | 24837482c23494245988eb980d6aa1846ea2525d /src | |
parent | 08479bcbca4c499a205547a172ed14928114fc18 (diff) | |
download | postgresql-2e32eca8d0a7177a71fccae6e010e6b54d027207.tar.gz postgresql-2e32eca8d0a7177a71fccae6e010e6b54d027207.zip |
Allow detection of collateindex.pl in stylesheet directory or in path,
which covers some recent installation schemes.
Add Mandrake installation layout to directories to check for stylesheets.
Allow documentation build to proceed if stylesheets were not found, in case
the stylesheets might be found through the SGML catalog mechanism.
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 f7feda8366c..0a713bfe994 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.145 2002/04/10 16:45:25 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.146 2002/04/14 17:23:20 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -153,6 +153,7 @@ TCLSH = @TCLSH@ have_docbook = @have_docbook@ DOCBOOKSTYLE = @DOCBOOKSTYLE@ +COLLATEINDEX = @COLLATEINDEX@ ########################################################################## |