#
#
# 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 $
#
#----------------------------------------------------------------------------
install::
$(MAKE) all
+ $(MAKE) man
all:: beforeinstall $(MODULES)
distclean::
$(MAKE) clean
+man:
+ $(MAKE) -C $(SRCDIR) install-man
+
#
# Generic production rules
#