Work In Progress: insert elements from V2 framework into the trunk
[openjpeg.git] / doc / CMakeLists.txt
index aadbadbae5c33c3eb3e3bb7ecb7f9f3406e540eb..08741c64c2eb7df0f0d59df67c63eb95c334c5f0 100644 (file)
@@ -3,10 +3,7 @@ FIND_PACKAGE(Doxygen)
 IF(DOXYGEN_EXECUTABLE)
 # The Doxyfile.dox is poorly defined and produce output
 # in the source dir
-ADD_CUSTOM_TARGET(doxygen
-# By default doxygen target is added to the 'all' target. Project is small
-# thus running doxygen is not too time consuming
-  ALL
+ADD_CUSTOM_TARGET(doc
   ${DOXYGEN}
   ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox
   WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}