Skip to content
Snippets Groups Projects
Commit ccc9617d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

adapt html and man creation scripts

parent 877b095e
No related branches found
No related tags found
No related merge requests found
#!/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}
......
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment