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


1.1
date	95.04.28.21.53.45;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Postgres95 documentation
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for the user manual
#
# Copyright (c) 1994-5, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/template/banner.mk,v 1.2 1995/01/24 23:07:36 andrew Exp $
#
#-------------------------------------------------------------------------

NROFF=nroff

GROFF=groff -set

FIG2DEV=fig2dev

%.cat:	%.me
	${GROFF} -me -Tascii $< > $<@@

%.ps:	%.me
	${GROFF} -me -Tps $< > $@@

%.eps:	%.fig
	${FIG2DEV} -L ps < $< > $@@

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}

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


@
