diff --git a/doc/make-html.sh b/doc/make-html.sh index b1b3c6db66619902d5ef07f5b20882eca1e57d91..83966f9981116b7cc54ae7fefa4c7bb0b43dea5c 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 0c3fee681a2df61da7280d4f57b4da5976c47037..e49d08d7fe6cbfcc6382e0cb5f83780dd9643ecd 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