From c0081682af92673bbf37df50610c5c33e62758d4 Mon Sep 17 00:00:00 2001 From: Eugine Blikh <bigbes@gmail.com> Date: Thu, 26 Dec 2013 14:49:56 +0400 Subject: [PATCH] A fix for CMakeLists(not found site.py). Include www-data.in in ALL target of DOC --- doc/CMakeLists.txt | 2 +- doc/www-data.in/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8a2feabf7a..856f1a6a1a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -16,4 +16,4 @@ if (ENABLE_DOC) endif() -add_subdirectory(www-data.in EXCLUDE_FROM_ALL) +add_subdirectory(www-data.in) diff --git a/doc/www-data.in/CMakeLists.txt b/doc/www-data.in/CMakeLists.txt index 63220942a5..4c615ae2a3 100644 --- a/doc/www-data.in/CMakeLists.txt +++ b/doc/www-data.in/CMakeLists.txt @@ -1,2 +1,2 @@ add_custom_target(www-data ALL - COMMAND ${PROJECT_SOURCE_DIR}/extra/site.py) + COMMAND ${PROJECT_SOURCE_DIR}/extra/static.py) -- GitLab