Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d1a3c commit 7af929cCopy full SHA for 7af929c
doc/Makefile
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.12 1998/11/29 05:30:13 tgl Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
12
13
#----------------------------------------------------------------------------
14
@@ -56,8 +56,9 @@ clean::
56
distclean::
57
$(MAKE) clean
58
59
-man::
60
- $(MAKE) -C $(SRCDIR) install-man
+man:: man.tar.gz
+ if test ! -d $(POSTMANDIR) ; then mkdir $(POSTMANDIR) ; fi
61
+ $(GZCAT) $< | (cd $(POSTMANDIR) ; $(TAR) xf - )
62
63
64
# Generic production rules
doc/man.tar.gz
79.4 KB
0 commit comments