projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ef0b6
)
Install man pages from here now. "make install" will do that along with
author
Thomas G. Lockhart
<lockhart@alumni.caltech.edu>
Tue, 6 Oct 1998 05:44:05 +0000
(
05:44
+0000)
committer
Thomas G. Lockhart
<lockhart@alumni.caltech.edu>
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 c53be024ab9a1f6fe9d30903f728f2e9f9338d55..07b69b34d967f4d69181a730c026d209c7289881 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-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
#