Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fa923e9a authored by hhakim's avatar hhakim
Browse files

Replace in doxygen doc the static date by the date of generation and display...

Replace in doxygen doc the static date by the date of generation and display the cpack package version.
parent 751766fa
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ if(BUILD_DOCUMENTATION)
#install(DIRECTORY ${PROJECT_BINARY_DIR}/doc/html DESTINATION doc/share/doc)
#file(MAKE_DIRECTORY ${FAUST_INSTALL_DOC})
#install(DIRECTORY ${PROJECT_BINARY_DIR}/doc/html DESTINATION ${FAUST_INSTALL_DOC} FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
string(TIMESTAMP DOXYGEN_CURRENT_DATE "%Y-%m-%d - %H:%M")
configure_file(${FAUST_DOC_SRC_DIR}/mainpage.md ${PROJECT_BINARY_DIR}/doc/mainpage.md)
else()
message(WARNING "Doxygen not found, cannot generate the documentation")
endif(DOXYGEN_FOUND)
......
......@@ -28,7 +28,7 @@ SHOW_NAMESPACES = YES
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = @FAUST_VERSION_MAJOR@.@FAUST_VERSION_MINOR@
PROJECT_NUMBER = @CPACK_PACKAGE_VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
......@@ -456,7 +456,7 @@ WARN_LOGFILE = "@PROJECT_BINARY_DIR@/doc/doxygen.log"
# with spaces.
INPUT = "@FAUST_DOC_SRC_DIR@/mainpage.md" \
INPUT = "@PROJECT_BINARY_DIR@/doc/mainpage.md" \
"@FAUST_SRC_LINEAR_OPERATOR_DIR@" \
"@FAUST_ALGORITHM_CONSTRAINT_SRC_DIR@" \
"@FAUST_ALGORITHM_FACTORIZATION_SRC_DIR@" \
......
......@@ -36,7 +36,7 @@ See document ./gettingStartedFAuST-versionX_X.pdf to install the toolbox FAµST.
<HR>
\authors Adrien Leman, Nicolas Bellot, Thomas Gautrais
\date 03/2016
\date @DOXYGEN_CURRENT_DATE@
<HR>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment