We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6bcdb8a commita87a1e5Copy full SHA for a87a1e5
doc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $PostgreSQL: pgsql/doc/Makefile,v 1.35 2009/06/26 06:37:14 petere Exp $
+# $PostgreSQL: pgsql/doc/Makefile,v 1.36 2009/06/26 06:40:57 petere Exp $
8
9
#----------------------------------------------------------------------------
10
@@ -53,7 +53,7 @@ man1/.timestamp: man7/.timestamp
53
@echo timestamp>$@
54
55
man7/.timestamp: man.tar.gz
56
-gzip -d -c$<|$(TAR)xf -
+gzip -d -c$<|$(TAR)xof -
57
ifneq ($(sqlmansectnum),7)
58
for file in man1/*.1; do \
59
mv $$file $$file.bak && \
@@ -76,7 +76,7 @@ endif # found_man
76
77
install: all installdirs
78
ifdeffound_html
79
-gzip -d -c $(srcdir)/postgres.tar.gz | ( cd $(DESTDIR)$(htmldir)/html && $(TAR)xf - )
+gzip -d -c $(srcdir)/postgres.tar.gz | ( cd $(DESTDIR)$(htmldir)/html && $(TAR)xof - )
80
endif
81
ifdeffound_man
82
for file in man1/*.1 man$(sqlmansectnum)/*.$(sqlmansect) ; do \