diff --git a/Documentation/doc/CMakeLists.txt b/Documentation/doc/CMakeLists.txt index 8240397b161..8a0ccb781e9 100644 --- a/Documentation/doc/CMakeLists.txt +++ b/Documentation/doc/CMakeLists.txt @@ -163,6 +163,7 @@ if(DOXYGEN_FOUND) file(MAKE_DIRECTORY "${CGAL_DOC_DXY_DIR}") set(CGAL_DOC_RESOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/resources") + set(CGAL_DOC_BIBLIO_DIR "${CMAKE_CURRENT_LIST_DIR}/biblio") set(CGAL_DOC_SCRIPT_DIR "${CMAKE_CURRENT_LIST_DIR}/scripts") set(CGAL_DOC_HEADER ${CGAL_DOC_DXY_DIR}/header.html) diff --git a/Documentation/biblio/cgal_manual.bib b/Documentation/doc/biblio/cgal_manual.bib similarity index 100% rename from Documentation/biblio/cgal_manual.bib rename to Documentation/doc/biblio/cgal_manual.bib diff --git a/Documentation/biblio/geom.bib b/Documentation/doc/biblio/geom.bib similarity index 100% rename from Documentation/biblio/geom.bib rename to Documentation/doc/biblio/geom.bib diff --git a/Documentation/doc/resources/BaseDoxyfile.in b/Documentation/doc/resources/BaseDoxyfile.in index fdd91febaa1..972fb8ed031 100644 --- a/Documentation/doc/resources/BaseDoxyfile.in +++ b/Documentation/doc/resources/BaseDoxyfile.in @@ -690,8 +690,8 @@ LAYOUT_FILE = ${CGAL_DOC_RESOURCE_DIR}/DoxygenLayoutPackage.xml # feature you need bibtex and perl available in the search path. Do not use # file names with spaces, bibtex cannot handle them. -CITE_BIB_FILES = ${CMAKE_CURRENT_SOURCE_DIR}/biblio/cgal_manual.bib \ - ${CMAKE_CURRENT_SOURCE_DIR}/biblio/geom.bib +CITE_BIB_FILES = ${CGAL_DOC_BIBLIO_DIR}/cgal_manual.bib \ + ${CGAL_DOC_BIBLIO_DIR}/geom.bib #--------------------------------------------------------------------------- # configuration options related to warning and progress messages