We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034aedb commit 45397e5Copy full SHA for 45397e5
doc/CMakeLists.txt
@@ -2,5 +2,6 @@ add_custom_command(OUTPUT html/index.html
2
COMMAND doxygen
3
COMMAND rm -rf html
4
COMMAND sphinx-build -b html . html
5
- DEPENDS ../format.h Doxyfile conf.py index.rst _templates/layout.html)
+ DEPENDS ../CMakeLists.txt ../format.h Doxyfile
6
+ conf.py index.rst _templates/layout.html)
7
add_custom_target(doc DEPENDS html/index.html)
0 commit comments