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

Commit cd743f8

Browse files
committed
Otherwise "gmake install" fails.
D'Arcy J.M. Cain | Democracy is three wolves
1 parent c4d6bda commit cd743f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/man/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.2 1996/11/20 01:54:13 momjian Exp $
11+
# $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.3 1996/11/20 22:53:49 momjian Exp $
1212
#
1313
#-------------------------------------------------------------------------
1414

15+
SRCDIR=..
16+
include ../Makefile.global
17+
1518
install-man:
1619
-mkdir -p $(POSTMANDIR)
1720
-mkdir $(POSTMANDIR)/man1

0 commit comments

Comments
 (0)