2012-12-18 18:49:18 +04:00
|
|
|
add_custom_command(OUTPUT html/index.html
|
2012-12-29 21:27:26 +04:00
|
|
|
COMMAND doxygen
|
2014-04-14 23:54:03 +04:00
|
|
|
COMMAND rm -rf html
|
|
|
|
COMMAND sphinx-build -b html . html
|
2014-04-22 17:34:31 +04:00
|
|
|
DEPENDS conf.py index.rst _templates/layout.html)
|
2012-12-18 18:49:18 +04:00
|
|
|
add_custom_target(doc DEPENDS html/index.html)
|