Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe421b9

Browse files
author
Bryan Henderson
committed
Build man/ instead of ../doc. Man pages have moved there.
1 parentc6453ea commitbe421b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/Makefile

Lines changed: 3 additions & 3 deletions
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 ($(wildcardman), )
42+
$(MAKE) -Cman $@
4343
endif
4444
@if test $@. = all. -o $@. = .; then \
4545
echo All of Postgres95 is successfully made. Ready to install. ;\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp