From: Thomas G. Lockhart Date: Tue, 6 Oct 1998 05:44:05 +0000 (+0000) Subject: Install man pages from here now. "make install" will do that along with X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/queryCache.php?a=commitdiff_plain;h=f0ae2f0cb85ac87416d742e57b486a81b4e4c0ef;p=users%2Fbernd%2Fpostgres.git Install man pages from here now. "make install" will do that along with the html/ps material... --- diff --git a/doc/Makefile b/doc/Makefile index c53be024ab..07b69b34d9 100644 --- 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 #