From: Michal Sojka Date: Wed, 3 Aug 2016 14:43:11 +0000 (+0200) Subject: doc: Mention git clone in version for HDK X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jenkicar/rpp-simulink.git/commitdiff_plain/e8d533a478cfa8bfe9814bafef2190dd318083e1 doc: Mention git clone in version for HDK --- diff --git a/doc/rpp_simulink.tex b/doc/rpp_simulink.tex index d01a1a4..d9c0c01 100644 --- a/doc/rpp_simulink.tex +++ b/doc/rpp_simulink.tex @@ -11,6 +11,7 @@ \usepackage[backend=biber,style=alphabetic,sortcites=true]{biblatex} \usepackage{tabularx} \usepackage{textcomp} +\usepackage{xifthen} \addbibresource{rpp_simulink.bib} % header @@ -634,13 +635,17 @@ are: The following sections describe how to start working with individual packages. -\ifx\tgtId\tgtIdTMSRPP +\ifthenelse{\equal{\tgtId}{\tgtIdTMSHDK} \OR + \equal{\tgtId}{\tgtIdTMSRPP}}{ \subsection{Getting sources from git repository} -\begin{verbatim} -git clone --recursive git@rtime.felk.cvut.cz:jenkicar/rpp-simulink -\end{verbatim} -If you get release packages, follow the instructions in the next sections. -\fi + +To get the source code from Git repository, execute the following command: + +\texttt{git clone --recursive git@rtime.felk.cvut.cz:jenkicar/rpp-simulink} + +\noindent If you have got release packages (.zip archives), follow the +instructions in the next sections. } +{} \subsection{rpp-simulink} \label{sec-rpp-simulink-installation}