aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-11-13 06:36:38 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-11-13 06:36:38 +0000
commitb2697939754300ef8fe5d49a73cf7978bb89f08f (patch)
tree0d9256ae671c272ddc48edba58b5568e54b94cb8 /src
parentd7dd9295b7b8258a32eee07df273839248dcaa51 (diff)
downloadpostgresql-b2697939754300ef8fe5d49a73cf7978bb89f08f.tar.gz
postgresql-b2697939754300ef8fe5d49a73cf7978bb89f08f.zip
Forgot in yesterday's make file blitz.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq++/man/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/interfaces/libpq++/man/Makefile b/src/interfaces/libpq++/man/Makefile
new file mode 100644
index 00000000000..544f64871ce
--- /dev/null
+++ b/src/interfaces/libpq++/man/Makefile
@@ -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
+