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

Commit b269793

Browse files
author
Bryan Henderson
committed
Forgot in yesterday's make file blitz.
1 parent d7dd929 commit b269793

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/interfaces/libpq++/man/Makefile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#-------------------------------------------------------------------------
2+
#
3+
# Makefile
4+
# Makefile for doc directory to install man pages
5+
#
6+
# IDENTIFICATION
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/man/Attic/Makefile,v 1.1 1996/11/13 06:36:38 bryanh Exp $
8+
#
9+
#-------------------------------------------------------------------------
10+
11+
SRCDIR= ../..
12+
include ../../Makefile.global
13+
14+
install:
15+
-mkdir -p $(POSTMANDIR)
16+
-mkdir $(POSTMANDIR)/man3
17+
cp man/*.3* $(POSTMANDIR)/man3
18+

0 commit comments

Comments
 (0)