We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6453ea commit be421b9Copy full SHA for be421b9
src/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Makefile,v 1.11 1996/11/13 10:34:58 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Makefile,v 1.12 1996/11/19 02:43:46 bryanh Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -38,8 +38,8 @@ ifeq ($(USE_TCL), true)
38
$(MAKE) -C libpgtcl $@
39
endif
40
$(MAKE) -C bin $@
41
-ifneq ($(wildcard ../doc), )
42
- $(MAKE) -C ../doc $@
+ifneq ($(wildcard man), )
+ $(MAKE) -C man $@
43
44
@if test $@. = all. -o $@. = .; then \
45
echo All of Postgres95 is successfully made. Ready to install. ;\
0 commit comments