home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 365_03 / manifest.txt < prev    next >
Text File  |  1992-04-06  |  3KB  |  76 lines

  1. Plain-text documentation & support files:
  2.     14to15.txt        What changed between elvis 1.4 and elvis 1.5
  3.     Elvisman.txt    Manual for elvis
  4.     Knownbug.txt    List of known bugs & omissions
  5.     Manifest.txt    This list
  6.     Readme.txt        Brief description of elvis
  7.     novice.rc        Sample .exrc file
  8.     vmssetup.com    VMS batch file which installs "foreign" programs
  9.  
  10.     All of these files should be present in any distribution, except
  11.     for the "vmssetup.com" file which may be omitted from non-VMS
  12.     executables-only distributions.
  13.  
  14. Executables:
  15.     elvis.exe        The editor itself, defaults to vi mode
  16.     ex.exe        Invokes elvis in ex mode
  17.     vi.exe        Invokes elvis
  18.     view.exe        Invokes elvis in vi mode, with "readonly" set
  19.     input.exe        Invokes elvis in input mode.
  20.     elvprsv.exe        Preserves text buffer after a crash
  21.     elvrec.exe        Recovers text saved by "elvprev.exe"
  22.     ctags.exe        Generates "tags" file from C source code
  23.     ref.exe        Uses "tags" file to locate function headers
  24.     fmt.exe        Reformats text
  25.  
  26.     Note that these are the MS-DOS/MS-C names of the executables.
  27.     For a different OS or a different compiler, you might have
  28.     slightly different names.
  29.  
  30.     Also, some executables are inappropriate for some OSes, and they
  31.     may be omitted for that reason.  For example, OS-9/68k has a
  32.     built-in commmand called "ex", so there wouldn't be any way to
  33.     run elvis' "ex" program; the "ex" executable isn't useful on
  34.     OS-9/68k.  Also, UNIX-like systems can simulate the behaviour of
  35.     the ex/vi/view/input aliases by setting up file links, so
  36.     there's no reason to distribute binaries with those names.
  37.  
  38.     If this is a source-only package, then no executables will be
  39.     present.
  40.  
  41. Source code:
  42.     Elvis.lnk Elvis.mak Elvis.prj Makefile.mix alias.c amiga.c amiprsv.c
  43.     amistat.h amisysio.c amitty.c amiwild.c atari.c blk.c borland.h
  44.     cmd1.c cmd2.c config.h ctags.c ctype.c ctype.h curses.c curses.h
  45.     cut.c elvprsv.c elvrec.c ex.c fmt.c input.c main.c misc.c modify.c
  46.     move1.c move2.c move3.c move4.c move5.c opts.c osk.c osk.h pc.c
  47.     prsvdos.c prsvunix.c profile.sh recycle.c redraw.c ref.c regexp.c
  48.     regexp.h regsub.c shell.c sysdos.c system.c tinyprnt.c tinytcap.c
  49.     tio.c tmp.c unix.c vars.c vcmd.c vi.c vi.h vmsbuild.com vmsio.c
  50.     vmslink.opt vmswild.c wildcard.c
  51.  
  52.     These are all of the files you need to compile elvis and the
  53.     related programs.  If this is an executable-only distribution,
  54.     then no source files will be included.
  55.  
  56. TROFF source code for "Elvisman.txt":
  57.     cflags.ms ctags.man cutbufs.ms differ.ms elvis.man elvprsv.man
  58.     elvrec.man environ.ms ex.ms fmt.man index.ms internal.ms intro.ms
  59.     options.ms question.ms ref.man regexp.ms termcap.ms title.ms ver.ms
  60.     versions.ms visual.ms
  61.  
  62.     The "*.man" files are UNIX-style man pages which are meant to be
  63.     processed with the "-man" macro package.
  64.  
  65.     Most of the "*.ms" files each contain one section of the manual,
  66.     and are meant to be processed with the "-ms" macro package.  The
  67.     only exceptions are "title.ms" and "index.ms" which store the
  68.     title page and table of contents, respectively; and "ver.ms",
  69.     which defines a couple of custom macros.  It should be included
  70.     before each of the other files.  For example, a typical command
  71.     line would be "troff -ms ver.ms intro.ms".
  72.  
  73.     If this is an executable-only distribution, then it is quite
  74.     possible that no troff source files will be included.  Or only
  75.     the *.man files, perhaps.
  76.