We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc1046 commit a712570Copy full SHA for a712570
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.187 2004/05/22 00:34:49 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.188 2004/05/23 15:24:32 tgl Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -105,11 +105,14 @@ mandir := @mandir@
105
sqlmansect_dummy = l
106
107
docdir := @docdir@
108
+# docdir can be an empty string to signify --without-docdir
109
+ifneq (,$(docdir))
110
ifeq "$(findstring pgsql, $(docdir))" ""
111
ifeq "$(findstring postgres, $(docdir))" ""
112
override docdir := $(docdir)/postgresql
113
endif
114
115
+endif
116
117
localedir := @localedir@
118
0 commit comments