head	1.7;
access;
symbols
	TIGRIS_0_9_2_4:1.6
	TIGRIS_0_9_2_3:1.6
	TIGRIS_0_9_2:1.6.0.2
	TIGRIS_0_9_0:1.5.0.4
	TIGRIS_0_8_4:1.5.0.2
	EYEBROWSE_WM_0_89:1.1;
locks; strict;
comment	@# @;


1.7
date	2001.02.06.13.10.29;	author ms;	state dead;
branches;
next	1.6;

1.6
date	2000.12.22.12.28.54;	author edk;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.30.10.57.19;	author edk;	state Exp;
branches
	1.5.4.1;
next	1.4;

1.4
date	2000.11.13.19.47.50;	author stack;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.11.00.36.43;	author edk;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.07.02.04.27;	author edk;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.12.18.37.19;	author ms;	state Exp;
branches;
next	;

1.5.4.1
date	2000.12.22.12.12.12;	author edk;	state Exp;
branches;
next	;


desc
@@


1.7
log
@two more Makefiles to the garbage
@
text
@INSTALL_DIR=$(SANDBOX)/site/scripts/eyebrowse

install:
	@@if [ -d $(SANDBOX)/site ]; then \
	  mkdir -p --verbose $(INSTALL_DIR); \
	  cp -f index2mbox.pl $(INSTALL_DIR); \
	  cp -f eyebrowse $(INSTALL_DIR); \
	  cp -f call_eyebrowse* $(INSTALL_DIR); \
	  echo "copied eyebrowse script successfully to $(INSTALL_DIR)"; \
	else \
	  echo "Cannot decide where to put eyebrowse wrapper script, " \
	  echo "please do it by hand"; \
	fi;
@


1.6
log
@port changes from the branch to the head: copy index2mbox.pl and
handle jvmOpts (which may contain spaces or be surrounded by "'") better
@
text
@@


1.5
log
@put the eyebrowse scripts in $SANDBOX/site/scripts/eyebrowse/ when
the sandbox is used
@
text
@d2 1
d6 1
@


1.5.4.1
log
@copy index2mbox.pl into the scripts directory, and make eyebrowse deal
better with jvmOpts (which may contain spaces or be surrounded by single
quotes)
@
text
@a1 1

a4 1
	  cp -f index2mbox.pl $(INSTALL_DIR); \
@


1.4
log
@Changed the 'cp' to 'cp -f' copying scripts into /home/stack/cvsroot/sandbox/site/scripts.  W/o the '-f', make got stuck on an 'overwrite file' question
@
text
@d1 1
d4 4
a7 4
	  mkdir -p --verbose $(SANDBOX)/site/scripts; \
	  cp -f eyebrowse $(SANDBOX)/site/scripts; \
	  cp -f call_eyebrowse* $(SANDBOX)/site/scripts; \
	  echo "copied eyebrowse script successfully to $(SANDBOX)/site/scripts"; \
d9 2
a10 1
	  echo "Cannot decide where to put eyebrowse wrapper script, please do it by hand"; \
@


1.3
log
@copy the crontab wrapper as well
@
text
@d4 2
a5 2
	  cp eyebrowse $(SANDBOX)/site/scripts; \
	  cp call_eyebrowse* $(SANDBOX)/site/scripts; \
@


1.2
log
@minor changes to the Makefiles to reduce noise & make them work w/in
the "sandbox"
@
text
@d5 1
@


1.1
log
@Attempts to place eyebrowse script in a known place, otherwise report to user that they'll need to do it by hand
Submitted by:	Michael Salmon
@
text
@d2 2
a3 1
	@@if [ -d $(SANDBOX)/site/scripts ]; then \
@

