From ccc9617da106d0202e50cbdefc29150156e4f224 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Mon, 11 Dec 2023 11:37:42 +1100
Subject: [PATCH] adapt html and man creation scripts

---
 doc/make-html.sh | 2 +-
 doc/make-man.sh  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/make-html.sh b/doc/make-html.sh
index b1b3c6db..83966f99 100755
--- a/doc/make-html.sh
+++ b/doc/make-html.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-html='66-all 66-dbctl 66-disable 66-echo 66-enable 66-env 66-init 66-inresolve 66-inservice 66-instate 66-intree 66-parser 66-scanctl 66-scandir 66-start 66-stop 66-svctl 66-tree 66-update 66-boot 66-hpr 66-shutdown 66-shutdownd 66-umountall 66-update 66-nuke frontend instantiated-service module-service index execl-envfile service-configuration-file upgrade'
+html='66-echo 66-hpr 66-nuke 66-shutdown 66-shutdownd 66-umountall 66 boot configure deeper disable enable execl-envfile frontend halt index init instantiated-service module-creation module-usage parse poweroff reboot reconfigure reload remove resolve restart rosetta scandir service-configuration-file signal start state status stop tree upgrade'
 
 version=${1}
 
diff --git a/doc/make-man.sh b/doc/make-man.sh
index 0c3fee68..e49d08d7 100755
--- a/doc/make-man.sh
+++ b/doc/make-man.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
 
-man1='66-all 66-dbctl 66-disable 66-echo 66-enable 66-env 66-init 66-inresolve 66-inservice 66-instate 66-intree 66-parser 66-scanctl 66-scandir 66-start 66-stop 66-svctl 66-tree 66-update 66-nuke execl-envfile'
+man1='66 configure disable enable execl-envfile halt init parse poweroff reboot reconfigure reload remove resolve restart rosetta scandir signal start state status stop tree upgrade'
 
-man8='66-boot 66-hpr 66-shutdown 66-shutdownd 66-umountall'
+man8='boot 66-hpr 66-shutdown 66-shutdownd 66-umountall'
 
-man5='frontend instantiated-service module-service service-configuration-file'
+man5='deeper frontend instantiated-service module-creation module-usage service-configuration-file'
 
 for i in 1 5 8;do
     if [ ! -d doc/man/man${i} ]; then
-- 
GitLab