home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-05 | 1014 b | 51 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- ADoc
- .type
- Text Conversion
- .aminet-dir
- dev/misc
- .short
- Create autodocs and/or texinfo from src
- .description
- The ADOC scanner creates Autodocs or Texinfo source from source code.
- It is an enhanced version of Bill Koesters `Autodoc' program as of
- 21-Aug-89 which is part of C=ommodore's Native Developer Kit (NDK).
- .version
- 1.02
- .author
- Tobias Ferber
- .distribution
- Copyrighted but Freely Redistributable
- .email
- ukjg@rz.uni-karlsruhe.de
- ferber@rpk.mach.uni-karlsruhe.de
- .source
- Includes source
- .docs
- COPYING
- CHANGES
- Docs/adoc.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "ADoc" "Please select an option" "View Readme" "View Guide" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool adoc-1.02.readme TEXT
- endif
-
- if $choice EQ "2"
- cd amiga
- MetaTool adoc.guide GUIDE
- cd /
- endif
-