]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
doc: Mention git clone in version for HDK personal/langrfil/ttcpu
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 3 Aug 2016 14:43:11 +0000 (16:43 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 3 Aug 2016 14:43:11 +0000 (16:43 +0200)
doc/rpp_simulink.tex

index d01a1a4cfd0dc2f8c3de93c5169c55795a6e5110..d9c0c013799d5d92e7a3ef2354d230a11c2929a5 100644 (file)
@@ -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}