| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function texinfo_deleteEntrySection { |
| |
| |
| cli_printMessage "$MANUAL_ENTRY" --as-deleting-line |
| |
| |
| |
| cli_checkFiles "$MANUAL_ENTRY" |
| |
| |
| |
| svn revert $MANUAL_ENTRY --quiet |
| |
| |
| |
| svn del $MANUAL_ENTRY --quiet |
| |
| |
| texinfo_updateStructureSection "${MANUAL_ENTRY}" --delete |
| |
| } |