head	1.2;
access;
symbols
	TIGRIS_SEP_13_2000:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2000.09.15.05.49.18;	author davidp;	state dead;
branches;
next	1.1;

1.1
date	2000.07.18.23.15.49;	author otnx;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Obsolete because moved to instantions' templates/org/joist/master directory
@
text
@#
#	Copy the branding templates to the brand template root.
#

SHELL=/bin/bash

include Makefile.config

default:

all: clean install

clean:
	rm -rf $(INSTALL_DIR)

install:
	- from_dir="."; \
	mkdir -p -m 774 --verbose $(INSTALL_DIR); \
	echo Installing to $(INSTALL_DIR); \
	rsync -va --delete --exclude=CVS --exclude="Makefile*" --force $$from_dir $(INSTALL_DIR); \
	echo chmod-ing directories; \
	find $(INSTALL_DIR) -type d -exec chmod 774 \{\} \; ; \
	echo chmod-ing files; \
	find $(INSTALL_DIR) -type f -exec chmod 664 \{\} \; ; \
	echo cooking links; \
	$(SANDBOX)/scripts/opersx '$(SANDBOX)/scripts/link-cooker *.wm' \
	  '$(INSTALL_DIR)'
@


1.1
log
@The OTN branding templates
@
text
@@

