From 266ea140dd7ac2d6c4e8f51a0a5653cc6ac7b403 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 13 Dec 2024 09:43:24 -0500 Subject: [PATCH] 2024-12-13 Fred Gleason * Fixed regression in the build system that caused sections of the HTML version of Operations Guide to be missing. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ docs/opsguide/Makefile.am | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c546c7c..5b7c358d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24941,3 +24941,6 @@ 2024-11-05 Fred Gleason * Fixed a bug in the 'make install' target that failed to install the rdautocheck(8) script. +2024-12-13 Fred Gleason + * Fixed regression in the build system that caused sections of the + HTML version of Operations Guide to be missing. diff --git a/docs/opsguide/Makefile.am b/docs/opsguide/Makefile.am index 3a23055a..9ad24785 100644 --- a/docs/opsguide/Makefile.am +++ b/docs/opsguide/Makefile.am @@ -64,6 +64,7 @@ OPSGUIDE_HTML = appendix.file_metadata.html\ sect.gpio_switcher_devices.btsrc16.html\ sect.gpio_switcher_devices.btss124.html\ sect.gpio_switcher_devices.btss164.html\ + sect.gpio_switcher_devices.btss21.html\ sect.gpio_switcher_devices.btss41mlr.html\ sect.gpio_switcher_devices.btss42.html\ sect.gpio_switcher_devices.btss44.html\ @@ -93,6 +94,7 @@ OPSGUIDE_HTML = appendix.file_metadata.html\ sect.gpio_switcher_devices.wheatnet_lio.html\ sect.gpio_switcher_devices.wheatnet_slio.html\ sect.gplv2.how_to_apply_these_terms_to_your_new_programs.html\ + sect.rdadmin.configuring_webget.html\ sect.rdadmin.manage_groups.html\ sect.rdadmin.manage_hosts.html\ sect.rdadmin.manage_replicators.html\ @@ -100,6 +102,7 @@ OPSGUIDE_HTML = appendix.file_metadata.html\ sect.rdadmin.manage_services.html\ sect.rdadmin.manage_system_settings.html\ sect.rdadmin.managing_users.html\ + sect.rdadmin.managing_voicetracking.html\ sect.rdairplay.editing_a_log.html\ sect.rdairplay.layout.html\ sect.rdairplay.log_machines.html\ @@ -115,6 +118,7 @@ OPSGUIDE_HTML = appendix.file_metadata.html\ sect.rdcatch.automating_recordings.html\ sect.rdcatch.automating_switcher_operations.html\ sect.rdcatch.automating_uploads_downloads.html\ + sect.rdcatch.daylight_saving_time_considerations.html\ sect.rdcatch.the_rdcatch_main_window.html\ sect.rddbconfig.backing_up_the_database.html\ sect.rddbconfig.creating_a_new_database.html\ @@ -138,13 +142,18 @@ OPSGUIDE_HTML = appendix.file_metadata.html\ sect.rml.command_delivery.html\ sect.rml.command_reply.html\ sect.rml.commands.html\ + sect.rml.jack_port_names.html\ + sect.rml.log_machines.html\ sect.rml.protocol.html\ sect.rml.specifying_color.html\ + sect.ssh_keys.generating_the_keys.html\ + sect.ssh_keys.requirements.html\ sect.utilities.mlsend_1_.html\ sect.utilities.rdconvert.html\ sect.utilities.rddbmgr.html\ sect.utilities.rdexport.html\ sect.utilities.rdimport.html\ + sect.utilities.rdlogmanager.html\ sect.utilities.rdmarkerset.html\ sect.wings_filter.procedure.html\ sect.wings_filter.usage.html\