1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +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 # 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:: distclean::
$(MAKE) clean $(MAKE) clean
man: man::
$(MAKE) -C $(SRCDIR) install-man $(MAKE) -C $(SRCDIR) install-man
# #