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/C \
|
||||||
../examples/F90 \
|
../examples/F90 \
|
||||||
../examples/python \
|
../examples/python \
|
||||||
eccodes.py \
|
ecCodes.py \
|
||||||
environment.dox
|
environment.dox
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c \
|
||||||
*.cc \
|
*.cc \
|
||||||
|
@ -185,7 +185,7 @@ TREEVIEW_WIDTH = 250
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the LaTeX output
|
# configuration options related to the LaTeX output
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = YES
|
||||||
LATEX_OUTPUT = latex
|
LATEX_OUTPUT = latex
|
||||||
LATEX_CMD_NAME = latex
|
LATEX_CMD_NAME = latex
|
||||||
MAKEINDEX_CMD_NAME = makeindex
|
MAKEINDEX_CMD_NAME = makeindex
|
||||||
|
@ -284,3 +284,8 @@ DOT_CLEANUP = YES
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
SEARCHENGINE = YES
|
SEARCHENGINE = YES
|
||||||
SERVER_BASED_SEARCH = NO
|
SERVER_BASED_SEARCH = NO
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
# Configuration options related to the DOCBOOK output
|
||||||
|
#---------------------------------------------------------------------------
|
||||||
|
GENERATE_DOCBOOK = YES
|
||||||
|
|
Loading…
Reference in New Issue