8c92a7 Remove help functionality from centos-art.sh script.

Authored and Committed by Alain Reguera Delgado 10 years ago
44 files changed. 0 lines added. 3488 lines removed.
Automation/Modules/Help/Texinfo/texinfo.sh
file removed
-136
Automation/Modules/Help/Texinfo/texinfo_checkEntrySrcDst.sh
file removed
-66
Automation/Modules/Help/Texinfo/texinfo_copyEntry.sh
file removed
-73
Automation/Modules/Help/Texinfo/texinfo_copyEntryChapter.sh
file removed
-75
Automation/Modules/Help/Texinfo/texinfo_copyEntryManual.sh
file removed
-75
Automation/Modules/Help/Texinfo/texinfo_copyEntrySection.sh
file removed
-82
Automation/Modules/Help/Texinfo/texinfo_createChapter.sh
file removed
-120
Automation/Modules/Help/Texinfo/texinfo_createStructure.sh
file removed
-118
Automation/Modules/Help/Texinfo/texinfo_createStructureChapters.sh
file removed
-73
Automation/Modules/Help/Texinfo/texinfo_deleteCrossReferences.sh
file removed
-86
Automation/Modules/Help/Texinfo/texinfo_deleteEntry.sh
file removed
-67
Automation/Modules/Help/Texinfo/texinfo_deleteEntryChapter.sh
file removed
-73
Automation/Modules/Help/Texinfo/texinfo_deleteEntryManual.sh
file removed
-55
Automation/Modules/Help/Texinfo/texinfo_deleteEntrySection.sh
file removed
-39
Automation/Modules/Help/Texinfo/texinfo_editEntry.sh
file removed
-80
Automation/Modules/Help/Texinfo/texinfo_getEntry.sh
file removed
-43
Automation/Modules/Help/Texinfo/texinfo_getEntryIndex.sh
file removed
-39
Automation/Modules/Help/Texinfo/texinfo_getEntryNode.sh
file removed
-49
Automation/Modules/Help/Texinfo/texinfo_getEntryTitle.sh
file removed
-79
Automation/Modules/Help/Texinfo/texinfo_makeSeeAlso.sh
file removed
-149
Automation/Modules/Help/Texinfo/texinfo_renameCrossReferences.sh
file removed
-83
Automation/Modules/Help/Texinfo/texinfo_renameEntry.sh
file removed
-73
Automation/Modules/Help/Texinfo/texinfo_renameEntryChapter.sh
file removed
-38
Automation/Modules/Help/Texinfo/texinfo_renameEntryManual.sh
file removed
-62
Automation/Modules/Help/Texinfo/texinfo_renameEntrySection.sh
file removed
-38
Automation/Modules/Help/Texinfo/texinfo_restoreCrossReferences.sh
file removed
-82
Automation/Modules/Help/Texinfo/texinfo_searchIndex.sh
file removed
-43
Automation/Modules/Help/Texinfo/texinfo_searchNode.sh
file removed
-60
Automation/Modules/Help/Texinfo/texinfo_updateChapterMenu.sh
file removed
-92
Automation/Modules/Help/Texinfo/texinfo_updateChapterNodes.sh
file removed
-52
Automation/Modules/Help/Texinfo/texinfo_updateLicenseLink.sh
file removed
-61
Automation/Modules/Help/Texinfo/texinfo_updateOutputFileDocbook.sh
file removed
-35
Automation/Modules/Help/Texinfo/texinfo_updateOutputFileInfo.sh
file removed
-41
Automation/Modules/Help/Texinfo/texinfo_updateOutputFilePdf.sh
file removed
-41
Automation/Modules/Help/Texinfo/texinfo_updateOutputFilePlaintext.sh
file removed
-40
Automation/Modules/Help/Texinfo/texinfo_updateOutputFileXhtml.sh
file removed
-96
Automation/Modules/Help/Texinfo/texinfo_updateOutputFileXml.sh
file removed
-35
Automation/Modules/Help/Texinfo/texinfo_updateOutputFiles.sh
file removed
-65
Automation/Modules/Help/Texinfo/texinfo_updateSectionMenu.sh
file removed
-113
Automation/Modules/Help/Texinfo/texinfo_updateSectionNodes.sh
file removed
-145
Automation/Modules/Help/Texinfo/texinfo_updateStructureSection.sh
file removed
-140
Automation/Modules/Help/help.sh
file removed
-213
Automation/Modules/Help/help_getEntries.sh
file removed
-125
Automation/Modules/Help/help_getOptions.sh
file removed
-138
    Remove help functionality from centos-art.sh script.
    
    - Before discovering Asciidoc, the help functionality was thought to
      reduce the number of actions required to write documentation in a
      standard way using different formats like Texinfo and Docbook. But
      now, that Asciidoc is being adopted as default documentation format
      inside the repository there is really no need of a help
      functionality. Asciidoc is so simple to write and structure that
      there is no need of a tool for such tasks. All documentation related
      to Texinfo format should be removed as well.