From 265795ea7034327bebeff684edb042c4ebf7d066 Mon Sep 17 00:00:00 2001 From: Watson Sato 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