projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72129e9
)
Install man pages from here now. "make install" will do that along with
author
Thomas G. Lockhart
<lockhart@fourpalms.org>
Tue, 6 Oct 1998 05:44:05 +0000
(
05:44
+0000)
committer
Thomas G. Lockhart
<lockhart@fourpalms.org>
Tue, 6 Oct 1998 05:44:05 +0000
(
05:44
+0000)
the html/ps material...
doc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index 7d448875a4c57db85279a3c4fcc30169c84e6b40..a27c74b1b1a0a916bddad4778ffc605eb7c1191d 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-8,7
+8,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.
9 1998/05/29 13:14:2
5 thomas Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.
10 1998/10/06 05:44:0
5 thomas Exp $
#
#----------------------------------------------------------------------------
@@
-45,6
+45,7
@@
beforeinstall::
install::
$(MAKE) all
+ $(MAKE) man
all:: beforeinstall $(MODULES)
@@
-54,6
+55,9
@@
clean::
distclean::
$(MAKE) clean
+man:
+ $(MAKE) -C $(SRCDIR) install-man
+
#
# Generic production rules
#