mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Make docs depend on layout.
This commit is contained in:
parent
a27560ef8d
commit
028fb01f42
@ -2,5 +2,5 @@ add_custom_command(OUTPUT html/index.html
|
|||||||
COMMAND doxygen
|
COMMAND doxygen
|
||||||
COMMAND rm -rf html
|
COMMAND rm -rf html
|
||||||
COMMAND sphinx-build -b html . html
|
COMMAND sphinx-build -b html . html
|
||||||
DEPENDS conf.py index.rst)
|
DEPENDS conf.py index.rst _templates/layout.html)
|
||||||
add_custom_target(doc DEPENDS html/index.html)
|
add_custom_target(doc DEPENDS html/index.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user