aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-08 07:32:58 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-08 07:32:58 +0000
commit5aea6a0bca5f15dd9bae762b914f3d405ba3a5fd (patch)
tree29530d6ffcf518e9f622938a6bc3b2a8c2e7ed5c /src
parentd02015d1cc50b1df11b4f4de755dbbac43f00d68 (diff)
downloadpostgresql-5aea6a0bca5f15dd9bae762b914f3d405ba3a5fd.tar.gz
postgresql-5aea6a0bca5f15dd9bae762b914f3d405ba3a5fd.zip
minor path problem fix by tgl@mythos.jpl.nasa.gov
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq++/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/man/Makefile b/src/interfaces/libpq++/man/Makefile
index 544f64871ce..daafc6cd4ec 100644
--- a/src/interfaces/libpq++/man/Makefile
+++ b/src/interfaces/libpq++/man/Makefile
@@ -4,7 +4,7 @@
# 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 $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/man/Attic/Makefile,v 1.2 1997/01/08 07:32:58 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -14,5 +14,5 @@ include ../../Makefile.global
install:
-mkdir -p $(POSTMANDIR)
-mkdir $(POSTMANDIR)/man3
- cp man/*.3* $(POSTMANDIR)/man3
+ cp *.3* $(POSTMANDIR)/man3