home *** CD-ROM | disk | FTP | other *** search
- XRef-Tools/MakeAGuideIndex XRef-Tools/MakeAGuideIndex
-
- $VER: makeaguideindex.doc 1.3 (13.09.94)
-
- NAME
- MakeAGuideIndex - generates an index file for some given AmigaGuide files
-
- TEMPLATE
- FILES/M/A,INDEXFILE/K,INCLINKS/S,FILEPART/S,NOLETTERS/S
-
- FORMAT
- MakeAGuideIndex [FILES] file [file2 [..]] [INDEXFILE idxfile] [INCLINKS]
- [FILEPART] [NOLETTERS]
-
- FUNCTION
- this command generates a index file or node for the given AmigaGuide
- files. If no INDEXFILE is specified the index is appended to the first
- AmigaGuide file.
-
- INPUTS
- FILES (STRINGS) - AmigaGuide files to create index for. If no INDEXFILE
- is specified the generated index is append to the first file specified
- here
-
- INDEXFILE (STRING) - indexfile to create.
-
- INCLINKS (BOOLEAN) - if this switch is set, all links in the specified
- AmigaGuide files are included in the index.
-
- FILEPART (BOOLEAN) - if this switch is set, the index name is a part of
- the title of a node, which is calculated via FilePart() call. For
- example the title of a node is given as "XRef/My Title", a index
- is generated with the name "My Title".
-
- NOLETTERS (BOOLEAN) - if this switch is set, don't generate a initial
- letter line.
-
- EXAMPLE
- MakeAGuideIndex myapp.guide INCLINKS FILEPART
-
- or
-
- MakeAGuideIndex myapp.guide INDEXFILE myapp.index INCLINKS FILEPART
-
- SEE ALSO
- XRefConvert
-
- COPYRIGHT
- (C) 1994 by Stefan Ruppert
-
- HISTORY
- MakeAGuideIndex 1.3 (13.9.94) :
- - workbench support added
-
- MakeAGuideIndex 1.2 (3.9.94) :
- - ctrl-c support added
-
- MakeAGuideIndex 1.1 (17.7.94) :
- - created
-
-