Commit be421b9b authored by Bryan Henderson's avatar Bryan Henderson

Build man/ instead of ../doc. Man pages have moved there.

parent c6453ea7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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) ...@@ -38,8 +38,8 @@ ifeq ($(USE_TCL), true)
$(MAKE) -C libpgtcl $@ $(MAKE) -C libpgtcl $@
endif endif
$(MAKE) -C bin $@ $(MAKE) -C bin $@
ifneq ($(wildcard ../doc), ) ifneq ($(wildcard man), )
$(MAKE) -C ../doc $@ $(MAKE) -C man $@
endif endif
@if test $@. = all. -o $@. = .; then \ @if test $@. = all. -o $@. = .; then \
echo All of Postgres95 is successfully made. Ready to install. ;\ echo All of Postgres95 is successfully made. Ready to install. ;\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment