[evolution] I#196 - Build developer documentation in a fix order
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#196 - Build developer documentation in a fix order
- Date: Tue, 30 Oct 2018 11:15:54 +0000 (UTC)
commit 9305baa039d2a5ce5eba5f3a52fd84fe10f8f299
Author: Milan Crha <mcrha redhat com>
Date: Tue Oct 30 12:16:15 2018 +0100
I#196 - Build developer documentation in a fix order
Closes https://gitlab.gnome.org/GNOME/evolution/issues/196
docs/reference/evolution-mail-composer/CMakeLists.txt | 4 ++++
docs/reference/evolution-mail-engine/CMakeLists.txt | 1 +
docs/reference/evolution-mail-formatter/CMakeLists.txt | 1 +
docs/reference/evolution-shell/CMakeLists.txt | 2 ++
4 files changed, 8 insertions(+)
---
diff --git a/docs/reference/evolution-mail-composer/CMakeLists.txt
b/docs/reference/evolution-mail-composer/CMakeLists.txt
index c140ae43d5..5598a91c7f 100644
--- a/docs/reference/evolution-mail-composer/CMakeLists.txt
+++ b/docs/reference/evolution-mail-composer/CMakeLists.txt
@@ -4,6 +4,10 @@ set(SOURCEDIRS
set(DEPENDENCIES
evolution-mail-composer
+ gtkdoc-evolution-mail-engine
+ gtkdoc-evolution-mail-formatter
+ gtkdoc-evolution-shell
+ gtkdoc-evolution-util
)
set(IGNORE_HEADERS
diff --git a/docs/reference/evolution-mail-engine/CMakeLists.txt
b/docs/reference/evolution-mail-engine/CMakeLists.txt
index bbdcba0c45..83527b9b49 100644
--- a/docs/reference/evolution-mail-engine/CMakeLists.txt
+++ b/docs/reference/evolution-mail-engine/CMakeLists.txt
@@ -4,6 +4,7 @@ set(SOURCEDIRS
set(DEPENDENCIES
email-engine
+ gtkdoc-evolution-util
)
set(IGNORE_HEADERS
diff --git a/docs/reference/evolution-mail-formatter/CMakeLists.txt
b/docs/reference/evolution-mail-formatter/CMakeLists.txt
index 5dc70f70ba..26bb0c09b0 100644
--- a/docs/reference/evolution-mail-formatter/CMakeLists.txt
+++ b/docs/reference/evolution-mail-formatter/CMakeLists.txt
@@ -4,6 +4,7 @@ set(SOURCEDIRS
set(DEPENDENCIES
evolution-mail-formatter
+ gtkdoc-evolution-shell
)
set(IGNORE_HEADERS
diff --git a/docs/reference/evolution-shell/CMakeLists.txt b/docs/reference/evolution-shell/CMakeLists.txt
index 327b5d10d2..0ea7b2409e 100644
--- a/docs/reference/evolution-shell/CMakeLists.txt
+++ b/docs/reference/evolution-shell/CMakeLists.txt
@@ -6,6 +6,8 @@ set(DEPENDENCIES
email-engine
evolution-util
evolution-shell
+ gtkdoc-evolution-mail-engine
+ gtkdoc-evolution-util
)
set(IGNORE_HEADERS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]