aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-04-05 17:07:32 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-04-05 17:07:32 +0000
commite98562a511db398c9d2cdec7070ebaaa2fdc8dea (patch)
treef163f28affe6671739b7374ce1c8caeeb6f2ecbf
parent03a7cd1788734d63b013fc8ada0f07571f760cbc (diff)
downloadpostgresql-e98562a511db398c9d2cdec7070ebaaa2fdc8dea.tar.gz
postgresql-e98562a511db398c9d2cdec7070ebaaa2fdc8dea.zip
Include complete Makefile.global if available,
rather than just Makefile.custom.
-rw-r--r--doc/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
index 762715aca2c..21d5141d3b0 100644
--- a/doc/src/Makefile
+++ b/doc/src/Makefile
@@ -7,11 +7,11 @@ SRCDIR= ../../src
TAR= tar
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml'
-# Pick up Makefile.custom from the source area
+# Pick up Makefile.global from the source area
# This is the only resource from the code source area and is optional
-ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
-include $(SRCDIR)/Makefile.custom
+ifneq ($(wildcard $(SRCDIR)/Makefile.global), )
+include $(SRCDIR)/Makefile.global
endif
SRC= admin postgres programmer tutorial user