[Shake-cvs] Shake/doc/dev/design/introduction ManagingDependencies.tex,NONE,1.1 Introduction.tex,1.4
Status: Pre-Alpha
Brought to you by:
menelan
|
From: <me...@us...> - 2003-09-22 10:38:25
|
Update of /cvsroot/shake/Shake/doc/dev/design/introduction
In directory sc8-pr-cvs1:/tmp/cvs-serv24857/introduction
Modified Files:
Introduction.tex
Added Files:
ManagingDependencies.tex
Log Message:
no message
--- NEW FILE: ManagingDependencies.tex ---
%------------------------------------------------------------------------------
% "Shake & Make" Design Document (introduction.managingdependencies)
%------------------------------------------------------------------------------
% (A) Mads Orbesen Troest [SCC] 2003
%------------------------------------------------------------------------------
% $Header: /cvsroot/shake/Shake/doc/dev/design/introduction/ManagingDependencies.tex,v 1.1 2003/09/22 10:38:21 menelan Exp $
\section{Managing Dependencies}
\begin{verbatim}
$Revision: 1.1 $
$State: Exp $
$Date: 2003/09/22 10:38:21 $
$Author: menelan $
\end{verbatim}
Simply put, \shake is a tool for managing dependencies between dynamically
built files and the files from which they are built. In the development
of any non-trivial project it becomes an issue to ensure that the correct
files are rebuilt based on which files have been modified.
%------------------------------------------------------------------------------
\subsection{QWE}
EWQ
%------------------------------------------------------------------------------
%- EOF ------------------------------------------------------------------------
%------------------------------------------------------------------------------
Index: Introduction.tex
===================================================================
RCS file: /cvsroot/shake/Shake/doc/dev/design/introduction/Introduction.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Introduction.tex 22 Sep 2003 00:06:41 -0000 1.4
--- Introduction.tex 22 Sep 2003 10:38:21 -0000 1.5
***************
*** 18,22 ****
--- 18,25 ----
beheind its development.
+ \input{introduction/ManagingDependencies}
\input{introduction/ProblemWithMake}
+
+ %%% COOK: http://www.canb.auug.org.au/~millerp/cook/cook.html
%------------------------------------------------------------------------------
|