mirror of https://github.com/ecmwf/eccodes.git
ECC-200: Must use different string for Python package name: ecCodes (stop clash with F90 = eccodes)
This commit is contained in:
parent
772018a7d8
commit
bb4c780fef
|
@ -91,7 +91,7 @@ INPUT = eccodes.dox \
|
|||
../examples/C \
|
||||
../examples/F90 \
|
||||
../examples/python \
|
||||
eccodes.py \
|
||||
ecCodes.py \
|
||||
environment.dox
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cc \
|
||||
|
@ -185,7 +185,7 @@ TREEVIEW_WIDTH = 250
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_LATEX = YES
|
||||
LATEX_OUTPUT = latex
|
||||
LATEX_CMD_NAME = latex
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
|
@ -284,3 +284,8 @@ DOT_CLEANUP = YES
|
|||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = YES
|
||||
SERVER_BASED_SEARCH = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the DOCBOOK output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_DOCBOOK = YES
|
||||
|
|
Loading…
Reference in New Issue