| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function texinfo_updateOutputFiles { |
| |
| |
| cli_printMessage '-' --as-separator-line |
| |
| |
| |
| |
| pushd ${HOME}/artwork > /dev/null |
| |
| ${FLAG_BACKEND}_updateOutputFileInfo |
| ${FLAG_BACKEND}_updateOutputFileXhtml |
| ${FLAG_BACKEND}_updateOutputFileXml |
| ${FLAG_BACKEND}_updateOutputFilePdf |
| ${FLAG_BACKEND}_updateOutputFilePlaintext |
| |
| |
| popd > /dev/null |
| |
| } |