1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

Fix for 'make man'.

This commit is contained in:
Bruce Momjian
1998-10-20 23:14:35 +00:00
parent a824add49a
commit 30d5e18572

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
#