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 parent81c0383 commit7657bceCopy full SHA for 7657bce
doc/Makefile
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.14 1999/12/05 21:23:00 momjian Exp $
12
13
#----------------------------------------------------------------------------
14
@@ -56,9 +56,9 @@ clean::
56
distclean::
57
$(MAKE) clean
58
59
-man::man.tar.gz
+man::
60
iftest! -d$(POSTMANDIR);then mkdir$(POSTMANDIR);fi
61
-$(GZCAT)$<| (cd$(POSTMANDIR);$(TAR) xf - )
+$(GZCAT)man.tar.gz| (cd$(POSTMANDIR);$(TAR) xf - )
62
63
64
# Generic production rules
@@ -77,4 +77,3 @@ man::man.tar.gz
77
iftest! -d$(PGDOCS)/$*;then mkdir$(PGDOCS)/$*;fi
78
$(GZCAT)$<| (cd$(PGDOCS)/$*;$(TAR) xf - )
79
#touch ./$*
80
-