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


1.7
date	95.08.10.03.25.20;	author ghudson;	state Exp;
branches;
next	1.6;

1.6
date	95.08.10.03.23.53;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Rename ?.{help,nroff} to qmark.{help.nroff} until installation time,
to avoid running into make problems.
@
text
@#
# $Id: Imakefile,v 1.6 1995/08/10 03:23:53 ghudson Exp ghudson $
# $Source: /afs/sipb/project/sipb-athena/olc/lib/olcr_help/RCS/Imakefile,v $
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

.SUFFIXES: .nroff .help

SRCS=	qmark.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=	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))
InstallNonExec(qmark.help, $(DESTDIR)/usr/athena/lib/olc/olcr_help/?.help)

AllTarget($(OBJS) qmark.help)

clean::
	rm -f *.help

depend::

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


1.6
log
@Imported.
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.6 91/11/05 13:57:05 lwvanels Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/olcr_help/RCS/Imakefile,v $
d11 1
a11 1
SRCS=	?.nroff acl.nroff answers.nroff ask.nroff cancel.nroff \
d18 1
a18 1
OBJS=	?.help acl.help answers.help ask.help cancel.help \
d34 1
d36 1
a36 1
AllTarget($(OBJS))
@
