mirror of https://github.com/CGAL/cgal
Move the bib files and adjust paths
This commit is contained in:
parent
f50b65d48f
commit
35d2e7f1b6
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue