From: Wolfgang Bangerth Date: Fri, 23 Oct 2015 02:34:48 +0000 (-0500) Subject: Bracket document configuration with empty lines, now that we do some X-Git-Tag: v8.4.0-rc2~287^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67dd5b34b464fecf0715c184b5342abe0d1c7353;p=dealii.git Bracket document configuration with empty lines, now that we do some serious work there. --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7290bfe094..36fc773dc6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -18,6 +18,7 @@ # IF(DEAL_II_COMPONENT_DOCUMENTATION) + MESSAGE(STATUS "") MESSAGE(STATUS "Setting up documentation") ADD_SUBDIRECTORY(doxygen) @@ -44,6 +45,7 @@ IF(DEAL_II_COMPONENT_DOCUMENTATION) ) MESSAGE(STATUS "Setting up documentation - Done") + MESSAGE(STATUS "") ENDIF(DEAL_II_COMPONENT_DOCUMENTATION)