Make docs depend on layout.

This commit is contained in:
Victor Zverovich 2014-04-22 06:34:31 -07:00
parent a27560ef8d
commit 028fb01f42

View File

@ -2,5 +2,5 @@ add_custom_command(OUTPUT html/index.html
COMMAND doxygen
COMMAND rm -rf 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)