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


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

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

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

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

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


desc
@Imakefile for the lib/olc_help subdir.
@


1.5
log
@fixed copyright
@
text
@#
# $Id: Imakefile,v 1.4 91/01/21 01:44:55 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/olc_help/RCS/Imakefile,v $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#

.SUFFIXES: .nroff .help

SRCS=	?.nroff answers.nroff ask.nroff cancel.nroff \
	done.nroff help.nroff motd.nroff olc.nroff quit.nroff \
	replay.nroff send.nroff show.nroff status.nroff topic.nroff \
	who.nroff hours.nroff version.nroff

OBJS=	?.help answers.help ask.help cancel.help \
	done.help help.help motd.help olc.help quit.help \
	replay.help send.help show.help status.help topic.help \
	who.help hours.help version.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/olc_help ]; \
		then mkdir $(DESTDIR)/usr/athena/lib/olc/olc_help; \
		else exit 0;fi

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

AllTarget($(OBJS))

clean::
	rm -f *.help

depend::

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


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


1.3
log
@Added documentation for hours command
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 90/08/30 14:19:14 lwvanels Exp Locker: lwvanels $
d11 1
a11 1
	who.nroff hours.nroff
d16 1
a16 1
	who.help hours.help
@


1.2
log
@changes for decmips
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/07/24 13:14:07 lwvanels Exp Locker: lwvanels $
d11 1
a11 1
	who.nroff
d16 1
a16 1
	who.help
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/07/24 12:23:18 lwvanels Exp $
d19 1
a19 1
	if [ ! -d $(DESTDIR)/usr/athena/lib/olc ]; \
d22 1
a22 1
	if [ ! -d $(DESTDIR)/usr/athena/lib/olc/olc_help ]; \
@
