Update `texinfo_makeSeeAlso.sh':
- Redesign functionality to support interpretation of
`@c -- <[centos-art(SeeAlso)\n ... @c -- ]>' translation marker
definition. This translation marker can take the following four
forms:
1. Expand a list of links using a texinfo `@itemized'
construction.
@c -- <[centos-art(SeeAlso,itemize)
@c -- ]>'
2. Expand a list of links using a texinfo `@enumerate'
construction.
@c -- <[centos-art(SeeAlso,enumerate)
@c -- ]>'
3. Expand a list of links using a texinfo `@menu' construction.
@c -- <[centos-art(SeeAlso,menu)
@c -- ]>'
4. Expand a list of links using a texinfo `@itemized'
construction.
@c -- <[centos-art(SeeAlso)
@c -- ]>'