]> Kevux Git Server - fll/commitdiff
Cleanup: Do not include man page documentation if there are no man pages.
authorKevin Day <kevin@kevux.org>
Sun, 2 Jul 2023 04:09:07 +0000 (23:09 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 2 Jul 2023 04:09:07 +0000 (23:09 -0500)
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.

level_0/f_status_string/data/build/settings
level_0/f_type/data/build/settings
level_1/fl_execute/data/build/settings

index bd6e9b9ed2973449f633367172eed234e2226c95..4cf287f38f1ff3b0b3111e3a5ff9c825d863a2c2 100644 (file)
@@ -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
index bfc50e863542c0cbdca90adc470b51b5ded87e5e..20b9a845bd248f79e512b067e621876ebf2218c2 100644 (file)
@@ -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
index d429d1a5ee68a1c106339f523c21352b9a2259c3..6bb17152d3c44b38cdfb237d7840d67dabc4db60 100644 (file)
@@ -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