Commit 90bc8dd3 authored by Victor Zverovich's avatar Victor Zverovich

Don't track the dependencies of the doc target as Sphinx does it itself

parent 237eaa53
add_custom_command(OUTPUT html/index.html
add_custom_target(doc
COMMAND doxygen
COMMAND rm -rf html
COMMAND sphinx-build -b html . html
DEPENDS ../CMakeLists.txt ../format.h Doxyfile
conf.py index.rst _templates/layout.html)
add_custom_target(doc DEPENDS html/index.html)
COMMAND sphinx-build -b html . html)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment