aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-10-10 17:08:11 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-10-10 17:08:11 +0000
commit03cb232a1fc0884757688967c457e9776f5f3910 (patch)
tree332266b990e24015f6886ccd845d96d19fa1628e /src
parentf5da9422bead14d1250a8c5618c5c037189fee5e (diff)
downloadpostgresql-03cb232a1fc0884757688967c457e9776f5f3910.tar.gz
postgresql-03cb232a1fc0884757688967c457e9776f5f3910.zip
Move documentation to sgml sources, so remove man page installation.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq++/Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in
index f05638d1950..7c57a06a0ba 100644
--- a/src/interfaces/libpq++/Makefile.in
+++ b/src/interfaces/libpq++/Makefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.3 1998/10/07 06:50:37 thomas Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.4 1998/10/10 17:08:11 thomas Exp $
#
#-------------------------------------------------------------------------
@@ -111,9 +111,9 @@ examples:
$(MAKE) -C examples all
.PHONY: beforeinstall-headers install-headers
-.PHONY: install beforeinstall-lib install-$(LIBNAME) doc
+.PHONY: install beforeinstall-lib install-$(LIBNAME)
-install: install-headers install-$(LIBNAME) $(INSTALL-SHLIB-DEP) doc
+install: install-headers install-$(LIBNAME) $(INSTALL-SHLIB-DEP)
LIBPGXXDIR = $(LIBNAME)
LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR)
@@ -147,10 +147,6 @@ install-shlib: $(SHLIBNAME) beforeinstall-lib
rm -f $(LIBDIR)/libpq++.so
$(LN_S) -f $(SHLIB) $(LIBDIR)/libpq++.so
-
-doc:
- $(MAKE) -C man install
-
clean:
rm -f $(LIBNAME).a $(OBJS)
$(MAKE) -C examples clean