aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-11-19 02:43:46 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-11-19 02:43:46 +0000
commitbe421b9b9a903d6e596b7926a4fe939693b250bd (patch)
tree301c78b01e24e972c0ce21550b0cbeaa1a300afd /src
parentc6453ea75f180de6d3c80ecb9f6be02a04e0a03b (diff)
downloadpostgresql-be421b9b9a903d6e596b7926a4fe939693b250bd.tar.gz
postgresql-be421b9b9a903d6e596b7926a4fe939693b250bd.zip
Build man/ instead of ../doc. Man pages have moved there.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 6d14715688e..d29cf89bd0a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@ -38,8 +38,8 @@ ifeq ($(USE_TCL), true)
$(MAKE) -C libpgtcl $@
endif
$(MAKE) -C bin $@
-ifneq ($(wildcard ../doc), )
- $(MAKE) -C ../doc $@
+ifneq ($(wildcard man), )
+ $(MAKE) -C man $@
endif
@if test $@. = all. -o $@. = .; then \
echo All of Postgres95 is successfully made. Ready to install. ;\