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

Commit c45b851

Browse files
committed
Fix erroneous direct reference to postgres.tar.gz, per bug report
from Garrick Staples.
1 parent 3b29525 commit c45b851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

+2-2
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
ifdef found_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
ifdef found_man
7676
for file in man1/*.1 man$(sqlmansectnum)/*.$(sqlmansect) ; do \

0 commit comments

Comments
 (0)