Fix for 'make man'.

This commit is contained in:
Bruce Momjian 1998-10-20 23:14:35 +00:00
parent a824add49a
commit 30d5e18572
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.10 1998/10/06 05:44:05 thomas Exp $
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.11 1998/10/20 23:14:35 momjian Exp $
#
#----------------------------------------------------------------------------
@ -55,7 +55,7 @@ clean::
distclean::
$(MAKE) clean
man:
man::
$(MAKE) -C $(SRCDIR) install-man
#