head     1.4;
branch   ;
access   ;
symbols  AR73A:1.4 DIST1_0:1.3;
locks    ; strict;
comment  @# @;


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

1.3
date     91.04.18.22.03.35;  author lwvanels;  state Rel;
branches ;
next     1.2;

1.2
date     91.04.08.21.30.20;  author lwvanels;  state Rel;
branches ;
next     1.1;

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


desc
@fixed install rule
@


1.4
log
@install motif help files in /usr/athena/lib/olc/motif_help
@
text
@#
# $Id: Imakefile,v 1.3 91/04/18 22:03:35 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/motif_help/RCS/Imakefile,v $
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

SRCS=	olc.ask olc.init.contq olc.init.newq olc.replay

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/motif_help ]; \
		then mkdir $(DESTDIR)/usr/athena/lib/olc/motif_help; \
		else exit 0;fi

InstallMultipleDestFlags(install, $(SRCS), \
 $(DESTDIR)/usr/athena/lib/olc/motif_help,$(INSTMANFLAGS))

depend::
@


1.3
log
@fixed copyright
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 91/04/08 21:30:20 lwvanels Rel Locker: lwvanels $
a10 1
#ifdef InstallAltLoc
a11 5
InstallMultipleDestFlags(install, $(SRCS), /mit/xolc/help,$(INSTMANFLAGS))

#else

install::
a20 1
#endif
@


1.2
log
@fixed depend rule
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 91/03/24 18:30:26 lwvanels Exp Locker: lwvanels $
d4 3
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.4 91/01/21 01:44:55 lwvanels Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/olc_help/RCS/Imakefile,v $
d25 2
@
