From d11b81f10866a17616878ca6a035eb721e25566f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 30 Mar 2020 06:01:36 +0100 Subject: Section on starting new projects, and publishing project added With the main structure of Maneage explained, I have started to explain how a new project is created, along with a schematic diagram that shows two scenarios of how Git can help with project management. --- tex/src/figure-src-topmake.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/src/figure-src-topmake.tex') diff --git a/tex/src/figure-src-topmake.tex b/tex/src/figure-src-topmake.tex index bd4b67d..6ed315b 100644 --- a/tex/src/figure-src-topmake.tex +++ b/tex/src/figure-src-topmake.tex @@ -15,10 +15,10 @@ \texttt{{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }paper}\par \vspace{1em} - \texttt{\mkcomment{Load all the configuration files.}}\par + \texttt{\mkcomment{Include all the configuration files.}}\par \texttt{\textcolor{purple}{include} reproduce/analysis/config/*.conf} \vspace{1em} - \texttt{\mkcomment{Load/include the subMakefiles in the specified order.}}\par + \texttt{\mkcomment{Include the subMakefiles in the specified order.}}\par \texttt{\textcolor{purple}{include} \$(\textcolor{blue}{foreach} s, \$(\mkvar{makesrc}), reproduce/analysis/make/\$(\mkvar{s}).mk)} \end{tcolorbox} -- cgit v1.2.1