We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b29525 commit c45b851Copy full SHA for c45b851
doc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.24 2002/11/27 23:21:12 tgl Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.25 2003/08/04 20:52:48 tgl Exp $
8
9
#----------------------------------------------------------------------------
10
@@ -70,7 +70,7 @@ endif # found_man
70
71
install: all installdirs
72
ifdef found_html
73
- gzip -d -c postgres.tar.gz | ( cd $(DESTDIR)$(docdir)/html && $(TAR) xf - )
+ gzip -d -c $(srcdir)/postgres.tar.gz | ( cd $(DESTDIR)$(docdir)/html && $(TAR) xf - )
74
endif
75
ifdef found_man
76
for file in man1/*.1 man$(sqlmansectnum)/*.$(sqlmansect) ; do \
0 commit comments