1#
2#    Copyright 2014, 2015, 2017 Kai Pastor
3#
4#    This file is part of OpenOrienteering.
5#
6#    OpenOrienteering is free software: you can redistribute it and/or modify
7#    it under the terms of the GNU General Public License as published by
8#    the Free Software Foundation, either version 3 of the License, or
9#    (at your option) any later version.
10#
11#    OpenOrienteering is distributed in the hope that it will be useful,
12#    but WITHOUT ANY WARRANTY; without even the implied warranty of
13#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14#    GNU General Public License for more details.
15#
16#    You should have received a copy of the GNU General Public License
17#    along with OpenOrienteering.  If not, see <http://www.gnu.org/licenses/>.
18
19PROJECT_NAME           = "OpenOrienteering Mapper User Manual"
20PROJECT_NUMBER         = "@Mapper_VERSION_DISPLAY_PDFLATEX@"
21PROJECT_BRIEF          = "User Manual"
22PROJECT_LOGO           = "@CMAKE_CURRENT_SOURCE_DIR@/../openorienteering.png"
23
24QUIET                  = YES
25
26@INCLUDE               = "@CMAKE_CURRENT_BINARY_DIR@/Doxyfile-pdflatex-input.txt"
27STRIP_FROM_PATH        = "@CMAKE_CURRENT_BINARY_DIR@/markdown-pdflatex"
28IMAGE_PATH             = "@CMAKE_CURRENT_SOURCE_DIR@/pages/images"
29IMAGE_PATH            += "@CMAKE_CURRENT_SOURCE_DIR@/../../images"
30ENABLE_PREPROCESSING   = NO
31USE_MATHJAX            = NO
32
33GENERATE_HTML          = NO
34
35GENERATE_QHP           = NO
36
37GENERATE_LATEX         = YES
38LATEX_OUTPUT           = pdflatex
39COMPACT_LATEX          = NO
40PAPER_TYPE             = a4
41PDF_HYPERLINKS         = YES
42USE_PDFLATEX           = YES
43LATEX_BATCHMODE        = NO
44LATEX_TIMESTAMP        = NO
45