From 8817201fe1c4465323b0af3515282217fe550a4d Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Wed, 16 Sep 2015 05:27:17 +0000
Subject: [PATCH] [cmake,handbook] Adjust file name from handbook in install
 statement.

The resulting PDF doc is named 0_dumux-handbook.pdf. The new name
disturbed the install statement. Still we have to think about the file
name of the handbook.


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15481 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 doc/handbook/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/handbook/CMakeLists.txt b/doc/handbook/CMakeLists.txt
index 0be836e891..07f7d097d5 100644
--- a/doc/handbook/CMakeLists.txt
+++ b/doc/handbook/CMakeLists.txt
@@ -46,5 +46,5 @@ dune_add_latex_document(0_dumux-handbook.tex
   INPUTS ${TEX_INPUTS}
   IMAGES ${TEX_IMAGES})
 
-create_doc_install(${CMAKE_CURRENT_BINARY_DIR}/dumux-handbook.pdf
+create_doc_install(${CMAKE_CURRENT_BINARY_DIR}/0_dumux-handbook.pdf
   ${CMAKE_INSTALL_DOCDIR})
-- 
GitLab