Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03cb232

Browse files
author
Thomas G. Lockhart
committed
Move documentation to sgml sources, so remove man page installation.
1 parentf5da942 commit03cb232

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎src/interfaces/libpq++/Makefile.in

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.3 1998/10/07 06:50:37 thomas Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.4 1998/10/10 17:08:11 thomas Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -111,9 +111,9 @@ examples:
111111
$(MAKE) -C examples all
112112

113113
.PHONY: beforeinstall-headers install-headers
114-
.PHONY: install beforeinstall-lib install-$(LIBNAME) doc
114+
.PHONY: install beforeinstall-lib install-$(LIBNAME)
115115

116-
install: install-headers install-$(LIBNAME)$(INSTALL-SHLIB-DEP) doc
116+
install: install-headers install-$(LIBNAME)$(INSTALL-SHLIB-DEP)
117117

118118
LIBPGXXDIR =$(LIBNAME)
119119
LIBPGXXHEADERDIR =$(HEADERDIR)/$(LIBPGXXDIR)
@@ -147,10 +147,6 @@ install-shlib: $(SHLIBNAME) beforeinstall-lib
147147
rm -f$(LIBDIR)/libpq++.so
148148
$(LN_S) -f$(SHLIB)$(LIBDIR)/libpq++.so
149149

150-
151-
doc:
152-
$(MAKE) -C man install
153-
154150
clean:
155151
rm -f$(LIBNAME).a$(OBJS)
156152
$(MAKE) -C examples clean

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp