File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# -*-makefile-*-
2- # $PostgreSQL: pgsql/src/Makefile.global.in,v 1.187 2004/05/22 00:34:49 tgl Exp $
2+ # $PostgreSQL: pgsql/src/Makefile.global.in,v 1.188 2004/05/23 15:24:32 tgl Exp $
33
44# ------------------------------------------------------------------------------
55# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -105,11 +105,14 @@ mandir := @mandir@
105105sqlmansect_dummy = l
106106
107107docdir := @docdir@
108+ # docdir can be an empty string to signify --without-docdir
109+ ifneq (,$(docdir ) )
108110ifeq "$(findstring pgsql, $(docdir ) ) " ""
109111ifeq "$(findstring postgres, $(docdir ) ) " ""
110112override docdir := $(docdir ) /postgresql
111113endif
112114endif
115+ endif
113116
114117localedir := @localedir@
115118
You can’t perform that action at this time.
0 commit comments