home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / TEXI10AS.ZIP / README.DOS < prev    next >
Encoding:
Text File  |  1992-02-22  |  2.2 KB  |  60 lines

  1. # readme. - GNUish MS-DOS info                    -*-Text-*-
  2. # Copyright (C) 1990 by Free Software Foundation, Inc.
  3. # Thorsten Ohl <td12@ddagsi3.bitnet>
  4.  
  5.  
  6. This is the GNU stand-alone info program for MS-DOS.  It allows you to
  7. read GNU Emacs info files (the online form of the documentation for the
  8. GNU operating system) without GNU Emacs.
  9.  
  10. And this is the GNU stand-alone makeinfo program for MS-DOS.  It allows
  11. you to format texinfo files as info files without GNU Emacs.
  12.  
  13.  
  14. RELEASE NOTES:
  15.  
  16. Brian Fox (the original author, he's got to get all the credits) has no
  17. objections to distributing this port of the pre-release version to MS-DOS
  18. users.  If you really need to know where I started from: pretend that
  19. you're cpp and that you don't have "MSDOS" predefined.
  20.  
  21. Please don't blame Brian for the crazy *.d and *.e files.  They are
  22. caused by my Freemacs addiction...  You can savely `cat' the files, if
  23. you're using an editor for >64k files.
  24.  
  25.  
  26. USAGE NOTES:
  27.  
  28. Note that info searches for files in $INFOPATH, which is a semicolon
  29. separated list of directories.  (The executable searches by default in the
  30. current directory and in "c:/emacs/info", but that might not be
  31. appropriate for your system.)
  32.  
  33. The current version of makeinfo is restricted to files that fit into
  34. memory in one piece.  This means for instance that make.texinfo can be
  35. processed, while you will have to get gawk.info from someone with a
  36. "real computer" :-).
  37.  
  38.  
  39. HACKING:
  40.  
  41. To recompile, you'll also need the gnulib (for details see readme.gmd).
  42.  
  43. Please note that I'm not particularly proud of the present version of
  44. the terminal driver.  I would appreciate contributions of smarter code
  45. which detects the screen dimensions and related informations even on non-VGA
  46. cards.
  47.  
  48. pc_term.c was written with Microsoft C 6.0 and should also compile with
  49. MSC 5.1, provided you don't define USE_ASSEMBLER.  I'm convinced that the
  50. macros can easily be adapted for Turbo C.  Again I would appreciate
  51. contributions.
  52.  
  53. Thanks to Francois Pinard <pinard@iro.umontreal.ca> and Richard
  54. Reiner <rreiner@nexus.yorku.ca> for finding the bugs in the pre-release
  55. (of the port of the pre-release ...).
  56.  
  57.  
  58. Enjoy it.
  59. -Thorsten
  60.