scap-security-guide/scap-security-guide-0.1.43-...

22 lines
718 B
Diff

From 265795ea7034327bebeff684edb042c4ebf7d066 Mon Sep 17 00:00:00 2001
From: Watson Sato <wsato@redhat.com>
Date: Wed, 12 Dec 2018 18:47:40 +0100
Subject: [PATCH] Make the man page depend of derivate contents
---
cmake/SSGCommon.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake/SSGCommon.cmake b/cmake/SSGCommon.cmake
index 835598ef3a..b9755c1be9 100644
--- a/cmake/SSGCommon.cmake
+++ b/cmake/SSGCommon.cmake
@@ -798,6 +798,7 @@ macro(ssg_build_derivative_product ORIGINAL SHORTNAME DERIVATIVE)
add_custom_target(${DERIVATIVE} ALL)
add_dependencies(${DERIVATIVE} ${DERIVATIVE}-content)
+ add_dependencies(man_page ${DERIVATIVE})
add_dependencies(
${DERIVATIVE}-content