Forgot in yesterday's make file blitz.
This commit is contained in:
parent
d7dd9295b7
commit
b269793975
18
src/interfaces/libpq++/man/Makefile
Normal file
18
src/interfaces/libpq++/man/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Makefile
|
||||
# Makefile for doc directory to install man pages
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/man/Attic/Makefile,v 1.1 1996/11/13 06:36:38 bryanh Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SRCDIR= ../..
|
||||
include ../../Makefile.global
|
||||
|
||||
install:
|
||||
-mkdir -p $(POSTMANDIR)
|
||||
-mkdir $(POSTMANDIR)/man3
|
||||
cp man/*.3* $(POSTMANDIR)/man3
|
||||
|
Loading…
x
Reference in New Issue
Block a user