Install man pages from here now. "make install" will do that along with

the html/ps material...
This commit is contained in:
Thomas G. Lockhart 1998-10-06 05:44:05 +00:00
parent 72129e98ce
commit dfde7f14f0

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $ # $Header: /cvsroot/pgsql/doc/Makefile,v 1.10 1998/10/06 05:44:05 thomas Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -45,6 +45,7 @@ beforeinstall::
install:: install::
$(MAKE) all $(MAKE) all
$(MAKE) man
all:: beforeinstall $(MODULES) all:: beforeinstall $(MODULES)
@ -54,6 +55,9 @@ clean::
distclean:: distclean::
$(MAKE) clean $(MAKE) clean
man:
$(MAKE) -C $(SRCDIR) install-man
# #
# Generic production rules # Generic production rules
# #