From 383b96665d2ebe6f9ea73436bfafa8cea577b4b2 Mon Sep 17 00:00:00 2001 From: Sina Ackermann <sina.ackermann@iws.uni-stuttgart.de> Date: Fri, 17 Mar 2017 09:28:12 +0100 Subject: [PATCH] [handbook] Adjust command for generation of handbook --- doc/handbook/2_detailedinstall.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/handbook/2_detailedinstall.tex b/doc/handbook/2_detailedinstall.tex index 3f7b478a8f..4b601b736b 100644 --- a/doc/handbook/2_detailedinstall.tex +++ b/doc/handbook/2_detailedinstall.tex @@ -210,8 +210,8 @@ This should also work for other \Dune modules. \subsubsection{Handbook} To build the \Dumux handbook go into the \texttt{build-}directory and -run \texttt{make doc} or \texttt{make dumux-handbook\_pdf}. The pdf can then be found -in \texttt{MODULE\_BUILD\_DIRECTORY/doc/handbook/dumux-handbook.pdf}. +run \texttt{make doc} or \texttt{make 0\_dumux-handbook\_pdf}. The pdf can then be found +in \texttt{MODULE\_BUILD\_DIRECTORY/doc/handbook/0\_dumux-handbook.pdf}. \subsection{External Libraries and Modules} \label{sec:external-modules-libraries} The libraries described below provide additional functionality but are not generally required to run \Dumux. @@ -294,4 +294,4 @@ depending on which modules of \Dune and which external libraries you use. \item \textbf{Compilers}: Beside \texttt{g++}, \Dune can be built with Clang from the LLVM project and Intel \Cplusplus compiler. C and Fortran compilers are needed for some external libraries. As code of different compilers is linked together they have to be be compatible with each other. -\end{itemize} \ No newline at end of file +\end{itemize} -- GitLab