From: maier Date: Fri, 29 Nov 2013 11:45:06 +0000 (+0000) Subject: Doc: Change target description. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b9aee3c754a51c0eb32a7b3566c8b9499de7aa;p=dealii-svn.git Doc: Change target description. git-svn-id: https://svn.dealii.org/trunk@31828 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/CMakeLists.txt b/deal.II/doc/doxygen/CMakeLists.txt index d00c97b47d..84e4226d20 100644 --- a/deal.II/doc/doxygen/CMakeLists.txt +++ b/deal.II/doc/doxygen/CMakeLists.txt @@ -69,14 +69,14 @@ CONFIGURE_FILE( # ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/header.html - ${CMAKE_CURRENT_BINARY_DIR}/footer.html + ${CMAKE_CURRENT_BINARY_DIR}/footer.html COMMAND ${DOXYGEN_EXECUTABLE} -w html header.html footer.html style.css options.dox COMMAND ${PERL_EXECUTABLE} -pi~ ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_header.pl header.html COMMAND ${PERL_EXECUTABLE} -pi~ ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_footer.pl footer.html WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/options.dox - ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_header.pl - ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_footer.pl + ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_header.pl + ${CMAKE_CURRENT_BINARY_DIR}/scripts/mod_footer.pl ) # @@ -132,7 +132,7 @@ ADD_CUSTOM_COMMAND( ${CMAKE_CURRENT_BINARY_DIR}/header.html ${CMAKE_CURRENT_BINARY_DIR}/footer.html ${_doxygen_input} - COMMENT "Generating documentation via doxygen. This may take a _really_ long time..." + COMMENT "Generating documentation via doxygen." VERBATIM ) ADD_CUSTOM_TARGET(doxygen ALL