head	1.6;
access;
symbols
	release-6-3:1.3
	REL2_0B:1.1.0.2
	REL2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	98.10.10.17.07.15;	author thomas;	state dead;
branches;
next	1.5;

1.5
date	98.04.06.16.52.47;	author momjian;	state Exp;
branches;
next	1.4;

1.4
date	98.04.06.01.36.20;	author momjian;	state Exp;
branches;
next	1.3;

1.3
date	97.09.16.18.47.36;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	97.01.08.07.32.58;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	96.11.13.06.36.38;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Move documentation to sgml sources.
@
text
@#-------------------------------------------------------------------------
#
# Makefile
#    Makefile for doc directory to install man pages
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/man/Makefile,v 1.5 1998/04/06 16:52:47 momjian Exp $
#
#-------------------------------------------------------------------------

SRCDIR= ../../..
include ../../../Makefile.global

install: 
	-mkdir $(POSTMANDIR)
	-mkdir $(POSTMANDIR)/man3
	cp *.3* $(POSTMANDIR)/man3
@


1.5
log
@DESTDIR removed, again.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/man/Makefile,v 1.4 1998/04/06 01:36:20 momjian Exp $
@


1.4
log
@Make DESTDIR consistent, and verious Linux cleanups.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/man/Makefile,v 1.3 1997/09/16 18:47:36 momjian Exp $
d15 3
a17 3
	-mkdir $(DESTDIR)$(POSTMANDIR)
	-mkdir $(DESTDIR)$(POSTMANDIR)/man3
	cp *.3* $(DESTDIR)$(POSTMANDIR)/man3
@


1.3
log
@Makefile cleanup.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpq++/man/Makefile,v 1.2 1997/01/08 07:32:58 scrappy Exp $
d15 3
a17 4
	-mkdir -p $(POSTMANDIR)
	-mkdir $(POSTMANDIR)/man3
	cp *.3* $(POSTMANDIR)/man3

@


1.2
log
@minor path problem fix by tgl@@mythos.jpl.nasa.gov
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/libpq++/man/Makefile,v 1.1 1996/11/13 06:36:38 bryanh Exp $
d11 2
a12 2
SRCDIR= ../..
include ../../Makefile.global
@


1.1
log
@Forgot in yesterday's make file blitz.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95-support/doc/Makefile,v 1.1.1.1 1996/08/18 22:14:17 scrappy Exp $
d17 1
a17 1
	cp man/*.3* $(POSTMANDIR)/man3
@
