2012-12-18 14:49:18 +00:00
|
|
|
add_custom_command(OUTPUT html/index.html
|
2012-12-29 17:27:26 +00:00
|
|
|
COMMAND doxygen
|
2014-04-14 19:54:03 +00:00
|
|
|
COMMAND rm -rf html
|
2014-07-27 17:07:20 +00:00
|
|
|
COMMAND sphinx-build -b html . html
|
2014-08-21 15:51:45 +00:00
|
|
|
DEPENDS ../CMakeLists.txt ../format.h Doxyfile
|
|
|
|
conf.py index.rst _templates/layout.html)
|
2012-12-18 14:49:18 +00:00
|
|
|
add_custom_target(doc DEPENDS html/index.html)
|