head     1.6;
branch   ;
access   ;
symbols  AR73A:1.5 DIST1_0:1.5 AR72A:1.2;
locks    ; strict;
comment  @# @;


1.6
date     91.11.05.13.57.05;  author lwvanels;  state Exp;
branches ;
next     1.5;

1.5
date     91.04.18.22.11.38;  author lwvanels;  state Rel;
branches ;
next     1.4;

1.4
date     91.01.21.01.42.46;  author lwvanels;  state Rel;
branches ;
next     1.3;

1.3
date     91.01.02.14.10.05;  author lwvanels;  state Exp;
branches ;
next     1.2;

1.2
date     90.08.30.14.21.30;  author lwvanels;  state Exp;
branches ;
next     1.1;

1.1
date     90.07.24.13.15.18;  author lwvanels;  state Exp;
branches ;
next     ;


desc
@Imakefile for the lib/olcr_help subdir.
@


1.6
log
@added acl and zephyr help pages

@
text
@#
# $Id: Imakefile,v 1.5 91/04/18 22:11:38 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/olcr_help/RCS/Imakefile,v $
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

.SUFFIXES: .nroff .help

SRCS=	?.nroff acl.nroff answers.nroff ask.nroff cancel.nroff \
	comment.nroff describe.nroff done.nroff forward.nroff grab.nroff \
	help.nroff instance.nroff list.nroff mail.nroff motd.nroff off.nroff \
	olcr.nroff on.nroff quit.nroff replay.nroff send.nroff show.nroff \
	status.nroff stock.nroff topic.nroff who.nroff hours.nroff \
	version.nroff zephyr.nroff

OBJS=	?.help acl.help answers.help ask.help cancel.help \
	comment.help describe.help done.help forward.help grab.help \
	help.help instance.help list.help mail.help motd.help off.help \
	olcr.help on.help quit.help replay.help send.help show.help \
	status.help stock.help topic.help who.help hours.help \
	version.help zephyr.help

install::
	-if [ ! -d $(DESTDIR)/usr/athena/lib/olc ]; \
		then mkdir $(DESTDIR)/usr/athena/lib/olc; \
		else exit 0; fi
	-if [ ! -d $(DESTDIR)/usr/athena/lib/olc/olcr_help ]; \
		then mkdir $(DESTDIR)/usr/athena/lib/olc/olcr_help; \
		else exit 0; fi

InstallMultipleDestFlags(install,$(OBJS), $(DESTDIR)/usr/athena/lib/olc/olcr_help,$(INSTMANFLAGS))

AllTarget($(OBJS))

clean::
	rm -f *.help

depend::

.nroff.help:
	nroff -man $*.nroff > $@@
@


1.5
log
@fixed copyright
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.4 91/01/21 01:42:46 lwvanels Rel Locker: lwvanels $
d11 1
a11 1
SRCS=	?.nroff answers.nroff ask.nroff cancel.nroff \
d16 1
a16 1
	version.nroff 
d18 1
a18 1
OBJS=	?.help answers.help ask.help cancel.help \
d23 1
a23 1
	version.help
@


1.4
log
@Added version help
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.3 91/01/02 14:10:05 lwvanels Exp Locker: lwvanels $
d4 3
@


1.3
log
@Added hours
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 90/08/30 14:21:30 lwvanels Exp Locker: lwvanels $
d12 2
a13 1
	status.nroff stock.nroff topic.nroff who.nroff hours.nroff
d19 3
a21 1
	status.help stock.help topic.help who.help hours.help
@


1.2
log
@changed for decmips
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/07/24 13:15:18 lwvanels Exp Locker: lwvanels $
d12 1
a12 1
	status.nroff stock.nroff topic.nroff who.nroff
d18 1
a18 2
	status.help stock.help topic.help who.help

@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/07/24 12:25:24 lwvanels Exp $
d21 1
a21 1
	if [ ! -d $(DESTDIR)/usr/athena/lib/olc ]; \
d24 1
a24 1
	if [ ! -d $(DESTDIR)/usr/athena/lib/olc/olcr_help ]; \
@
