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


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


desc
@@


1.1
log
@initial
@
text
@######################################################################
# -*- Makefile -*- developed for a Unix system.
# 
#  This cooks the templates (if necessary), and copies them into the 
#  installation location.
# $Id: Makefile,v 1.14 2001/05/25 19:40:07 dlr Exp $

include Makefile.config

default:

install:
	@@mkdir -p --verbose $(INSTALL_DIR); \
	echo 'Copying templates'; \
	rsync -ar --delete $(RAW_DIR)/$(PROJECT) $(INSTALL_DIR); \
	$(SANDBOX)/scripts/opersx 'ls *.wm &> /dev/null && \
	  $(SANDBOX)/scripts/link-cooker *.wm' '$(INSTALL_DIR)'
@
