Update dependencies.

This commit is contained in:
Victor Zverovich 2014-05-13 06:15:18 -07:00
parent 0c13c4483b
commit 76d9a103e1

View File

@ -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 _templates/layout.html) DEPENDS Doxyfile conf.py index.rst _templates/layout.html)
add_custom_target(doc DEPENDS html/index.html) add_custom_target(doc DEPENDS html/index.html)