]> Creatis software - crea.git/blob - appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt
dbc0596a9ec3be3745f346aea20223ca891cfbfb
[crea.git] / appli / creaNewProject / NewProject / doc / UserDocumentation / CMakeLists.txt
1
2 # ---------------------------------------------------------------------
3 #
4 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
5 #                        pour la Santé)
6 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
7 #
8 #  This software is governed by the CeCILL-B license under French law and 
9 #  abiding by the rules of distribution of free software. You can  use, 
10 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
11 #  license as circulated by CEA, CNRS and INRIA at the following URL 
12 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
13 #  or in the file LICENSE.txt.
14 #
15 #  As a counterpart to the access to the source code and  rights to copy,
16 #  modify and redistribute granted by the license, users are provided only
17 #  with a limited warranty  and the software's author,  the holder of the
18 #  economic rights,  and the successive licensors  have only  limited
19 #  liability. 
20 #
21 #  The fact that you are presently reading this means that you have had
22 #  knowledge of the CeCILL-B license and that you accept its terms.
23 # ------------------------------------------------------------------------ */ 
24
25
26
27 MESSAGE(STATUS "")
28 MESSAGE(STATUS "=======================================")
29 MESSAGE(STATUS "Configuring user documentation ")
30
31 SET(ARTICLE_LINKS "<h1> Conference Articles </h1><br>")
32
33 #The name of the conference should be the same name as the folder where the *.tex file is located
34 SET(CONFERENCE_NAME "TemplateIEEE")
35 #Filename of the *.tex file without extension, the *.bib file must be named the same
36 SET(ARTICLE_NAME "bare_conf")
37
38 USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
39
40
41 #SET(ARTICLE_LINKS "<h1> Journal Articles </h1><br>")
42
43 #The name of the conference should be the same name as the folder where the *.tex file is located
44 #SET(CONFERENCE_NAME "TemplateIEEE")
45 #Filename of the *.tex file without extension, the *.bib file must be named the same
46 #SET(ARTICLE_NAME "bare_conf")
47
48 #USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
49
50
51 #SET(ARTICLE_LINKS "<h1> Posters </h1><br>")
52 #The name of the conference should be the same name as the folder where the *.tex file is located
53 #SET(CONFERENCE_NAME "POSTERCONF")
54 #Filename of the *.tex file without extension, the *.bib file must be named the same
55 #SET(ARTICLE_NAME "MYPOSTER")
56
57
58 CONFIGURE_FILE(
59     ${CMAKE_CURRENT_SOURCE_DIR}/UserDocumentationLinks.txt.in
60     ${CMAKE_CURRENT_BINARY_DIR}/../UserDoxygen/UserDocumentationLinks.txt    
61     ) 
62
63
64
65 MESSAGE(STATUS "=======================================")