No copy after build required for doc, as its copied by doxygen anyway

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1246 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-03-12 08:38:53 +00:00
parent b7c2307919
commit 07ab9c4bd0

View File

@@ -2,10 +2,6 @@ include (ACGDoxygen)
IF (DOXYGEN_FOUND) IF (DOXYGEN_FOUND)
if (TARGET doc)
acg_copy_after_build (doc "${CMAKE_CURRENT_SOURCE_DIR}/html" "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html")
endif ()
# Add a documentation install target # Add a documentation install target
add_custom_target(doc-install COMMENT "Installing Documentation" VERBATIM ) add_custom_target(doc-install COMMENT "Installing Documentation" VERBATIM )