mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Move documentation to sgml sources, so remove man page installation.
This commit is contained in:
parent
f5da9422be
commit
03cb232a1f
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
$(MAKE) -C examples all
|
||||||
|
|
||||||
.PHONY: beforeinstall-headers install-headers
|
.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)
|
LIBPGXXDIR = $(LIBNAME)
|
||||||
LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR)
|
LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR)
|
||||||
@ -147,10 +147,6 @@ install-shlib: $(SHLIBNAME) beforeinstall-lib
|
|||||||
rm -f $(LIBDIR)/libpq++.so
|
rm -f $(LIBDIR)/libpq++.so
|
||||||
$(LN_S) -f $(SHLIB) $(LIBDIR)/libpq++.so
|
$(LN_S) -f $(SHLIB) $(LIBDIR)/libpq++.so
|
||||||
|
|
||||||
|
|
||||||
doc:
|
|
||||||
$(MAKE) -C man install
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(LIBNAME).a $(OBJS)
|
rm -f $(LIBNAME).a $(OBJS)
|
||||||
$(MAKE) -C examples clean
|
$(MAKE) -C examples clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user