Skip to content
Snippets Groups Projects
Commit b2697939 authored by Bryan Henderson's avatar Bryan Henderson
Browse files

Forgot in yesterday's make file blitz.

parent d7dd9295
Branches
Tags
No related merge requests found
#-------------------------------------------------------------------------
#
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment