Unify documentation for webpage build
[alexxy/gromacs.git] / docs / doxygen / RunDoxygen.cmake.cmakein
similarity index 97%
rename from doxygen/RunDoxygen.cmake.cmakein
rename to docs/doxygen/RunDoxygen.cmake.cmakein
index 8b05522dec2c6bae2aa06623a570cb45e534b94e..4ac1f9bf619c070d7054e5461ee585953a42ee03 100644 (file)
@@ -53,7 +53,7 @@ execute_process(COMMAND ${DOXYGEN_EXECUTABLE} Doxyfile-${DOCTYPE}
 if (result)
     message(FATAL_ERROR "Doxygen failed. "
             "Please run '${DOXYGEN_EXECUTABLE} Doxyfile-${DOCTYPE}' "
-            "in the doxygen/ subdirectory in the build tree to see the details.")
+            "in the docs/doxygen/ subdirectory in the build tree to see the details.")
 endif()
 
 file(READ doxygen-${DOCTYPE}.log DOXYGEN_WARNINGS)