]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt
changes in newproject for documentation generation
[crea.git] / appli / creaNewProject / NewProject / doc / UserDocumentation / CMakeLists.txt
index f12e4d11269ceb29bb484ecca3e68698345af51e..36747f4558238b7b64116eb9cc6c3ded979d8f9d 100644 (file)
@@ -1,7 +1,39 @@
 MESSAGE(STATUS "")
 MESSAGE(STATUS "=======================================")
-MESSAGE(STATUS "Configuring bbtk Package Developers' Guide build ")
-USER_DOC_INSTALL_IMAGES(UserDocumentation)
-USER_BUILD_LATEX_DOC(UserDocumentation UserDocumentation)
-USER_BUILD_HTML_DOC_FROM_LATEX(UserDocumentation UserDocumentation)
+MESSAGE(STATUS "Configuring user documentation ")
+
+SET(ARTICLE_LINKS "<h1> Conference Articles </h1><br>")
+
+#The name of the conference should be the same name as the folder where the *.tex file is located
+SET(CONFERENCE_NAME "TemplateIEEE")
+#Filename of the *.tex file without extension, the *.bib file must be named the same
+SET(ARTICLE_NAME "bare_conf")
+
+USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
+
+
+#SET(ARTICLE_LINKS "<h1> Journal Articles </h1><br>")
+
+#The name of the conference should be the same name as the folder where the *.tex file is located
+#SET(CONFERENCE_NAME "TemplateIEEE")
+#Filename of the *.tex file without extension, the *.bib file must be named the same
+#SET(ARTICLE_NAME "bare_conf")
+
+#USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME})
+
+
+#SET(ARTICLE_LINKS "<h1> Posters </h1><br>")
+#The name of the conference should be the same name as the folder where the *.tex file is located
+#SET(CONFERENCE_NAME "POSTERCONF")
+#Filename of the *.tex file without extension, the *.bib file must be named the same
+#SET(ARTICLE_NAME "MYPOSTER")
+
+
+CONFIGURE_FILE(
+    ${CMAKE_CURRENT_SOURCE_DIR}/UserDocumentationLinks.txt.in
+    ${CMAKE_CURRENT_BINARY_DIR}/../UserDoxygen/UserDocumentationLinks.txt    
+    ) 
+
+
+
 MESSAGE(STATUS "=======================================")