From: Kevin Day Date: Sun, 2 Jul 2023 04:09:07 +0000 (-0500) Subject: Cleanup: Do not include man page documentation if there are no man pages. X-Git-Tag: 0.6.6~2 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3ffa6fc0df35a7e700049dd332c32aa0766bc416;p=fll Cleanup: Do not include man page documentation if there are no man pages. This never generated an error locally because the directories happen to exist. Empty directories are generally not stored in git and so when unit tests were run on Github the missing directory problem becomes exposed. This is not a bug because the related bug is fixed in commit ecddd4d16504d3e2d9502d6a4dfe67658dce98dc. This only silences the newly added warning. --- diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index bd6e9b9..4cf287f 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -36,7 +36,7 @@ build_sources_library status_string.c build_sources_headers status_string.h -build_sources_documentation man +build_sources_documentation build_script yes build_shared yes diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index bfc50e8..20b9a84 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -33,7 +33,7 @@ build_libraries -lc build_sources_headers type.h -build_sources_documentation man +build_sources_documentation build_script yes build_shared yes diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index d429d1a..6bb1715 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -35,7 +35,7 @@ build_libraries-individual_thread -lf_thread build_sources_headers execute.h execute/common.h -build_sources_documentation man +build_sources_documentation build_script yes build_shared yes