mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Don't track the dependencies of the doc target as Sphinx does it itself
This commit is contained in:
parent
237eaa53e1
commit
90bc8dd3ed
@ -1,7 +1,4 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user