do not auto-build documentation
Use 'ninja doc' or 'make doc' instead.
This commit is contained in:
parent
54c14f9770
commit
de128c9481
1 changed files with 2 additions and 6 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
# The following will be generated or updated…
|
# The following will be generated or updated when the 'doc' target is built:
|
||||||
# …for every build (target 'doc.auto'):
|
|
||||||
# • user guide and man pages: if BUILD_DOCS is set
|
# • user guide and man pages: if BUILD_DOCS is set
|
||||||
# • HTML versions of the above: if BUILD_DOCS and BUILD_WEB_DOCS are set
|
# • HTML versions of the above: if BUILD_DOCS and BUILD_WEB_DOCS are set
|
||||||
#
|
|
||||||
# …only when the 'doc' target is built explicitly:
|
|
||||||
# • Doxygen / reference documentation: if USE_DOXYGEN is set
|
# • Doxygen / reference documentation: if USE_DOXYGEN is set
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
@ -88,8 +85,7 @@ endif(BUILD_WEB_DOCS)
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
add_custom_target(doc.auto ALL DEPENDS ${ledger_doc_files})
|
add_custom_target(doc DEPENDS ${ledger_doc_files} doc.doxygen)
|
||||||
add_custom_target(doc DEPENDS doc.auto doc.doxygen)
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue