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

Commitc45b851

Browse files
committed
Fix erroneous direct reference to postgres.tar.gz, per bug report
from Garrick Staples.
1 parent3b29525 commitc45b851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.24 2002/11/27 23:21:12 tgl Exp $
7+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.25 2003/08/04 20:52:48 tgl Exp $
88
#
99
#----------------------------------------------------------------------------
1010

@@ -70,7 +70,7 @@ endif # found_man
7070

7171
install: all installdirs
7272
ifdeffound_html
73-
gzip -d -c postgres.tar.gz | ( cd $(DESTDIR)$(docdir)/html && $(TAR) xf - )
73+
gzip -d -c$(srcdir)/postgres.tar.gz | ( cd $(DESTDIR)$(docdir)/html && $(TAR) xf - )
7474
endif
7575
ifdeffound_man
7676
for file in man1/*.1 man$(sqlmansectnum)/*.$(sqlmansect) ; do \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp