We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7cd1 commit e98562aCopy full SHA for e98562a
doc/src/Makefile
@@ -7,11 +7,11 @@ SRCDIR= ../../src
7
TAR= tar
8
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml'
9
10
-# Pick up Makefile.custom from the source area
+# Pick up Makefile.global from the source area
11
# This is the only resource from the code source area and is optional
12
13
-ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
14
-include $(SRCDIR)/Makefile.custom
+ifneq ($(wildcard $(SRCDIR)/Makefile.global), )
+include $(SRCDIR)/Makefile.global
15
endif
16
17
SRC= admin postgres programmer tutorial user
0 commit comments