head	1.5;
access;
symbols
	TIGRIS_1_0_5:1.5
	TIGRIS_1_0:1.5.0.2;
locks; strict;
comment	@# @;


1.5
date	2001.02.26.18.52.08;	author jrobbins;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.26.18.09.50;	author jrobbins;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.20.09.04.34;	author jrobbins;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.01.07.19.30.01;	author jrobbins;	state Exp;
branches;
next	;


desc
@@


1.5
log
@test of commit notifications on tigris.org for tigrisinst
@
text
@############################################################
#							   #
#	install schema into common area for installation   #
#							   #
############################################################
SQL_DIR=org/tigris/
INSTANCE=tigrisinst


build:
	@@echo "run make install to install the tigrisinst sql files"

install:
	@@if [ ${SANDBOX} != "" ]; then \
	   echo "installing tigrisinst sql files" ; \
	   if [ ! -d ${SANDBOX}/site/sql ]; then \
	 	mkdir ${SANDBOX}/site/sql; \
		echo "Created ${SANDBOX}/site/sql"; \
	   fi; \
	   if [ ! -d ${SANDBOX}/site/sql/${INSTANCE} ]; then \
	 	mkdir ${SANDBOX}/site/sql/${INSTANCE}; \
		echo "Created ${SANDBOX}/site/sql/${INSTANCE}"; \
	   fi; \
		cp -fR ${SQL_DIR}/* ${SANDBOX}/site/sql/${INSTANCE}; \
	else \
	   echo "You must install by hand."; \
	fi;

@


1.4
log
@made it add its sql dir under site/sql
@
text
@d9 1
@


1.3
log
@avoided unwanted nested dir
@
text
@d19 4
@


1.2
log
@copy the instance sql files to the right directory
@
text
@d6 1
a6 1
SQL_DIR=org/tigris
d19 1
a19 1
		cp -fR ${SQL_DIR} ${SANDBOX}/site/sql/${INSTANCE}; \
@


1.1
log
@added needed makefiles and standrad dirs
@
text
@d19 1
a19 1
		cp -fR ${SQL_DIR} ${SANDBOX}/site/sql/; \
@

