From 76d9a103e1a44330168367452069af4dddd30f14 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 May 2014 06:15:18 -0700 Subject: [PATCH] Update dependencies. --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ece4f149..c94b1079 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 _templates/layout.html) + DEPENDS Doxyfile conf.py index.rst _templates/layout.html) add_custom_target(doc DEPENDS html/index.html)