From 35d2e7f1b60696bd34b6a6c00f94c4c21e82fa6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Mon, 7 Dec 2015 12:24:41 +0100 Subject: [PATCH] Move the bib files and adjust paths --- Documentation/doc/CMakeLists.txt | 1 + Documentation/{ => doc}/biblio/cgal_manual.bib | 0 Documentation/{ => doc}/biblio/geom.bib | 0 Documentation/doc/resources/BaseDoxyfile.in | 4 ++-- 4 files changed, 3 insertions(+), 2 deletions(-) rename Documentation/{ => doc}/biblio/cgal_manual.bib (100%) rename Documentation/{ => doc}/biblio/geom.bib (100%) 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