Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bdb25db

Browse files
committed
Fix for man Makefile. Added 'all'.
1 parent 9529238 commit bdb25db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/man/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.1 1996/11/19 22:22:15 momjian Exp $
11+
# $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.2 1996/11/20 01:54:13 momjian Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414

@@ -27,3 +27,6 @@ install:: install-man
2727

2828
clean:
2929
# do nothing
30+
31+
all:
32+
# do nothing

0 commit comments

Comments
 (0)