doc bugfix: when releasing the doc, do not generate the bug list

This commit is contained in:
Sébastien Loriot 2013-09-23 08:34:20 +02:00
parent e72b56d6ad
commit 2dcd7242a2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ function(configure_doxygen_package CGAL_PACKAGE_NAME)
if (CGAL_DOC_RELEASE)
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "GENERATE_TODOLIST = NO\n")
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "GENERATE_BUGLIST = NO\n")
endif()
file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "IMAGE_PATH = ${CGAL_PACKAGE_DIR}/doc/${CGAL_PACKAGE_NAME}/fig\n")