home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / adoc / product-info < prev   
Fred Fish's Product-Info  |  1995-10-04  |  1KB  |  51 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. ADoc
  6. .type
  7. Text Conversion
  8. .aminet-dir
  9. dev/misc
  10. .short
  11. Create autodocs and/or texinfo from src
  12. .description
  13. The ADOC scanner creates Autodocs or Texinfo source from source code.
  14. It is an enhanced version of Bill Koesters `Autodoc' program as of
  15. 21-Aug-89 which is part of C=ommodore's Native Developer Kit (NDK).
  16. .version
  17. 1.02
  18. .author
  19. Tobias Ferber
  20. .distribution
  21. Copyrighted but Freely Redistributable
  22. .email
  23. ukjg@rz.uni-karlsruhe.de
  24. ferber@rpk.mach.uni-karlsruhe.de
  25. .source
  26. Includes source
  27. .docs
  28. COPYING
  29. CHANGES
  30. Docs/adoc.guide
  31. .described-by
  32. Dan Fish (daf@starfish.amigalib.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .execute
  36. set choice `RequestChoice "ADoc" "Please select an option" "View Readme" "View Guide" "Cancel"`
  37.  
  38. if $choice EQ "0"
  39.   quit 5
  40. endif
  41.  
  42. if $choice EQ "1"
  43.   MetaTool adoc-1.02.readme TEXT
  44. endif
  45.  
  46. if $choice EQ "2"
  47.   cd amiga
  48.   MetaTool adoc.guide GUIDE
  49.   cd /
  50. endif
  51.