mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Fix for 'make man'.
This commit is contained in:
parent
a824add49a
commit
30d5e18572
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue