| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function manual_checkChapter { |
| |
| |
| if [[ ! -d $MANUAL_DIR_CHAPTER ]];then |
| |
| cli_printMessage "`gettext "The following documentation chapter will be created:"`" |
| cli_printMessage "$MANUAL_DIR_CHAPTER" "AsResponseLine" |
| cli_printMessage "`gettext "Do you want to continue?"`" "AsYesOrNoRequestLine" |
| |
| manual_updateChaptersFiles |
| manual_updateChaptersMenu |
| manual_updateChaptersNodes |
| |
| fi |
| |
| } |