[cantera2.0]: fixing various other directories related to doxygen building
This commit is contained in:
parent
839fcdb9be
commit
35afd04dfa
4 changed files with 6 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ include $(top_srcdir)/doxygen/aminclude.am
|
||||||
|
|
||||||
# Build in these directories:
|
# Build in these directories:
|
||||||
SUBDIRS = ext src test_problems
|
SUBDIRS = ext src test_problems
|
||||||
SUBDIRS += doxygen
|
SUBDIRS += doc
|
||||||
|
|
||||||
# Distribute these directories:
|
# Distribute these directories:
|
||||||
DISTDIRS = src
|
DISTDIRS = src
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ DX_RTF_FEATURE(OFF)
|
||||||
DX_XML_FEATURE(OFF)
|
DX_XML_FEATURE(OFF)
|
||||||
DX_PDF_FEATURE(ON)
|
DX_PDF_FEATURE(ON)
|
||||||
DX_PS_FEATURE(OFF)
|
DX_PS_FEATURE(OFF)
|
||||||
DX_INIT_DOXYGEN(cantera, doxygen/cantera.dox, docs)
|
DX_INIT_DOXYGEN(cantera, doc/doxygen/cantera.dox, docs)
|
||||||
|
|
||||||
# Generate Output Files
|
# Generate Output Files
|
||||||
AC_OUTPUT(Makefile \
|
AC_OUTPUT(Makefile \
|
||||||
|
|
@ -146,7 +146,8 @@ AC_OUTPUT(Makefile \
|
||||||
test_problems/cathermo/VPissp/Makefile \
|
test_problems/cathermo/VPissp/Makefile \
|
||||||
test_problems/cathermo/wtWater/Makefile \
|
test_problems/cathermo/wtWater/Makefile \
|
||||||
test_problems/PecosTransport/Makefile \
|
test_problems/PecosTransport/Makefile \
|
||||||
doxygen/Makefile \
|
docs/Makefile \
|
||||||
|
docs/doxygen/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
src/fortran/Makefile \
|
src/fortran/Makefile \
|
||||||
src/base/Makefile \
|
src/base/Makefile \
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
PECOS_extra_dependencies = doxygen/cantera.page \
|
PECOS_extra_dependencies = doxygen/cantera.page \
|
||||||
doxygen/txt_common/about.page \
|
doxygen/txt_common/about.page \
|
||||||
|
doxygen/txt_common/gpl.page \
|
||||||
doxygen/txt_common/acknowledgment.page
|
doxygen/txt_common/acknowledgment.page
|
||||||
|
|
||||||
## --------------------------------- ##
|
## --------------------------------- ##
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
SUBDIRS=source
|
SUBDIRS=source
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue