head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.03.12.11.58.59;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	94.03.11.11.19.05;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.2
log
@install
@
text
@#
# $Header: /usr/local/devel/postgres/src/doc/user_manual/RCS/Makefile,v 1.1 1994/03/11 11:19:05 aoki Exp aoki $
#
.include <postgres.global.mk>

SRCS=	manual.me \
	manual-arch.fig \
	manual-er.fig \
	manual-files.fig

EPS=	manual-arch.eps \
	manual-er.eps \
	manual-files.eps

MANUAL=manual.ps

all: ${MANUAL}

install: ${MANUAL}
	${INSTALL} -m 444 ${MANUAL} ${POSTDOCDIR}/${MANUAL}

${MANUAL}: ${SRCS} ${EPS}

.include <postgres.prog.mk>
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d15 1
a15 1
.MAIN: manual.ps
d17 1
a17 1
manual.ps: ${SRCS} ${EPS}
d19 5
@
