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


1.6
date	95.08.10.03.21.53;	author ghudson;	state Exp;
branches;
next	1.5;

1.5
date	95.08.10.03.10.34;	author ghudson;	state Exp;
branches;
next	;


desc
@@


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

.SUFFIXES: .nroff .help

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

AllTarget($(OBJS) qmark.help)

clean::
	rm -f *.help

depend::

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


1.5
log
@Imported.
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.5 91/04/18 22:07:39 lwvanels Rel $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/olc_help/RCS/Imakefile,v $
d11 1
a11 1
SRCS=	?.nroff answers.nroff ask.nroff cancel.nroff \
d16 1
a16 1
OBJS=	?.help answers.help ask.help cancel.help \
d30 1
d32 1
a32 1
AllTarget($(OBJS))
@
