Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be421b9

Browse files
author
Bryan Henderson
committed
Build man/ instead of ../doc. Man pages have moved there.
1 parent c6453ea commit be421b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile,v 1.11 1996/11/13 10:34:58 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile,v 1.12 1996/11/19 02:43:46 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -38,8 +38,8 @@ ifeq ($(USE_TCL), true)
3838
$(MAKE) -C libpgtcl $@
3939
endif
4040
$(MAKE) -C bin $@
41-
ifneq ($(wildcard ../doc), )
42-
$(MAKE) -C ../doc $@
41+
ifneq ($(wildcard man), )
42+
$(MAKE) -C man $@
4343
endif
4444
@if test $@. = all. -o $@. = .; then \
4545
echo All of Postgres95 is successfully made. Ready to install. ;\

0 commit comments

Comments
 (0)