home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / elvis184.zip / src / Pkgfile < prev    next >
Text File  |  1994-03-26  |  3KB  |  174 lines

  1. # This file contains a list of files which are part of elvis, and which 
  2. # are to be included in one distribution package or another.  This file is
  3. # accessed by the "pkg" program... which you probably don't have, but that's
  4. # okay.
  5. #
  6. # This file is likely to be altered fairly often.  Currently, the available
  7. # packages are:
  8. src: distrib makefiles source mansrc manpages examples
  9. dos: distrib dosexe book manpages
  10. os2: distrib dosexe book manpages
  11.  
  12. # The above packages refer to the following subsets of files.
  13. # (The '@' before the subset names are clues to the pkg program.  Ignore them.)
  14. @distrib    # "README", "MANIFEST", and similar documentation files
  15. @makefiles    # "Makefile.mix" and similar files used to guide compilation
  16. @source        # all "*.c" and "*.h" files
  17. @manpages    # man-pages (both plaintext & nroff forms)
  18. @book        # "Elvisman.txt"
  19. @mansrc        # nroff source code for book sections & man pages
  20. @dosexe        # MS-DOS executables
  21. @os2exe        # OS/2 executables (includes DLLs)
  22. @examples    # sample configuration files (non-portable)
  23.  
  24. # Directory where documentation is stored
  25. DOC=doc
  26.  
  27.  
  28. distrib:
  29.     CHANGES
  30.     INSTALL
  31.     MANIFEST
  32.     Pkgfile
  33.     PATCHES
  34.     README
  35.  
  36. makefiles:
  37.     Elvis.lnk
  38.     Elvis.mak
  39.     Elvis.prj
  40.     Makefile.mix
  41.     elvis.def
  42.     instman.sh
  43.     vmsbuild.com
  44.     vmslink.opt
  45.  
  46. source:
  47.     alias.c
  48.     amiga.c
  49.     amiprsv.c
  50.     amistat.h
  51.     amisysio.c
  52.     amitty.c
  53.     amiwild.c
  54.     atari.c
  55.     blk.c
  56.     borland.h
  57.     cmd1.c
  58.     cmd2.c
  59.     config.h
  60.     ctags.c
  61.     ctype.c
  62.     ctype.h
  63.     curses.c
  64.     curses.h
  65.     cut.c
  66.     elvprsv.c
  67.     elvrec.c
  68.     ex.c
  69.     fmt.c
  70.     input.c
  71.     main.c
  72.     misc.c
  73.     modify.c
  74.     move1.c
  75.     move2.c
  76.     move3.c
  77.     move4.c
  78.     move5.c
  79.     opts.c
  80.     osk.c
  81.     osk.h
  82.     pc.c
  83.     prsvdos.c
  84.     prsvunix.c
  85.     recycle.c
  86.     redraw.c
  87.     ref.c
  88.     regexp.c
  89.     regexp.h
  90.     regsub.c
  91.     shell.c
  92.     sysdos.c
  93.     sysos2.c
  94.     system.c
  95.     tinyprnt.c
  96.     tinytcap.c
  97.     tio.c
  98.     tmp.c
  99.     unix.c
  100.     vars.c
  101.     vcmd.c
  102.     vi.c
  103.     vi.h
  104.     vmsio.c
  105.     vmswild.c
  106.     wildcard.c
  107.  
  108. examples:
  109.     novice.rc
  110.     profile.sh
  111.     vmssetup.com
  112.  
  113. mansrc:
  114.     $DOC/Makefile
  115.     $DOC/elvcol
  116.     $DOC/cflags.ms
  117.     $DOC/ctags.man
  118.     $DOC/cutbufs.ms
  119.     $DOC/differ.ms
  120.     $DOC/elvis.man
  121.     $DOC/elvprsv.man
  122.     $DOC/elvrec.man
  123.     $DOC/environ.ms
  124.     $DOC/ex.ms
  125.     $DOC/fmt.man
  126.     $DOC/index.ms
  127.     $DOC/init.ms
  128.     $DOC/internal.ms
  129.     $DOC/intro.ms
  130.     $DOC/makefile.ms
  131.     $DOC/options.ms
  132.     $DOC/question.ms
  133.     $DOC/ref.man
  134.     $DOC/regexp.ms
  135.     $DOC/termcap.ms
  136.     $DOC/title.ms
  137.     $DOC/ver.ms
  138.     $DOC/versions.ms
  139.     $DOC/visual.ms
  140.  
  141. book:
  142.     Elvisman.txt
  143.  
  144. manpages:
  145.     $DOC/ctags.man
  146.     $DOC/elvis.man
  147.     $DOC/elvprsv.man
  148.     $DOC/elvrec.man
  149.     $DOC/fmt.man
  150.     $DOC/ref.man
  151.     $DOC/ctags.doc
  152.     $DOC/elvis.doc
  153.     $DOC/elvprsv.doc
  154.     $DOC/elvrec.doc
  155.     $DOC/fmt.doc
  156.     $DOC/ref.doc
  157.  
  158. dosexe:
  159.     ctags.exe
  160.     elvis.exe
  161.     elvprsv.exe
  162.     elvrec.exe
  163.     ex.exe
  164.     vi.exe
  165.     view.exe
  166.     fmt.exe
  167.     ref.exe
  168.     wildcard.exe
  169.  
  170. os2exe:
  171.     dosexe
  172.     emx.dll
  173.     emxlibc.dll
  174.