From 028fb01f42f65cc79f6a8694c0e92ed7200eb8ec Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 22 Apr 2014 06:34:31 -0700 Subject: [PATCH] Make docs depend on layout. --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f7e3d301..ece4f149 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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)