Commit ca2d7889 authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Grzegorz Daniluk

doc: remove spaces around version

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4a7ca097
......@@ -7,7 +7,7 @@ all : wrpc.pdf
.PHONY : all clean
wrpc.pdf : wrpc.tex
echo $(RELEASE) > version.tex
@echo '\\newcommand{\\gitrevinfo}{'$(RELEASE)'}' > version.tex
pdflatex -dPDFSETTINGS=/prepress -dSubsetFonts=true -dEmbedAllFonts=true -dMaxSubsetPct=100 -dCompatibilityLevel=1.4 $^
pdflatex -dPDFSETTINGS=/prepress -dSubsetFonts=true -dEmbedAllFonts=true -dMaxSubsetPct=100 -dCompatibilityLevel=1.4 $^
......
......@@ -22,7 +22,7 @@ basicstyle=\small\ttfamily, backgroundcolor=\color{light-gray}, label=lst:init_s
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{version.tex}
\title{White Rabbit PTP Core User's Manual}
\author{Grzegorz Daniluk\\ CERN BE-CO-HT}
......@@ -30,7 +30,7 @@ basicstyle=\small\ttfamily, backgroundcolor=\color{light-gray}, label=lst:init_s
{\LARGE {\bf White Rabbit PTP Core User's Manual}}\\[0.2 cm]
\hrule height 4pt \vspace{0.1cm}
\raggedleft
{\large \today ~ ( \input{version})}\\
{\large \today ~ (\gitrevinfo)}\\
{\large Building and Running}\\
\vspace*{\fill}
\raggedright
......@@ -63,7 +63,7 @@ directly to section \ref{Programming FPGA}.
\subsection{Repositories and Releases}
\label{Repositories and Releases}
This manual is about the official \input{version} stable release of the White
This manual is about the official \gitrevinfo{} stable release of the White
Rabbit PTP Core (WRPC). The code and documentation for the project is
distributed in the following places:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment