aboutsummaryrefslogtreecommitdiff
path: root/tex/src/figure-src-topmake.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-03-30 06:01:36 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-03-30 06:01:36 +0100
commitd11b81f10866a17616878ca6a035eb721e25566f (patch)
tree9e77f9416945ab8ca98bc28d15956f6743107ad3 /tex/src/figure-src-topmake.tex
parent2964e3d8480d6ec418f5314ad73671a60d42a596 (diff)
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.
Diffstat (limited to 'tex/src/figure-src-topmake.tex')
-rw-r--r--tex/src/figure-src-topmake.tex4
1 files changed, 2 insertions, 2 deletions
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}