mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
docu: use 'commit' instead of 'version' for latex
This commit is contained in:
parent
767003cd11
commit
6047cb1e01
@ -89,7 +89,7 @@ morekeywords={*, btstack_timer_source_t, btstack_data_source_t, uint32_t, uint16
|
||||
\end{minipage}
|
||||
\hfill\begin{minipage}[b]{.8\textwidth}\begin{flushright}
|
||||
{\color{bkblue}
|
||||
Version \versionNr{} \\
|
||||
\versionNr{} \\
|
||||
\today \\}
|
||||
\vspace*{7.5cm}
|
||||
\hfill\includegraphics[width=0.85\textwidth]{picts/bklogo.pdf}
|
||||
|
@ -7,9 +7,9 @@ commit=`git rev-parse --short HEAD`
|
||||
# use tag if available
|
||||
if [ -z "$tag" ]
|
||||
then
|
||||
version=$commit
|
||||
version="Commit $commit"
|
||||
else
|
||||
version=$tag
|
||||
version="Version $tag ($commit)"
|
||||
fi
|
||||
|
||||
# create mkdocs.yml
|
||||
|
Loading…
Reference in New Issue
Block a user