home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / elvis184.zip / Pkgfile < prev    next >
Text File  |  1994-03-15  |  3KB  |  175 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 os2exe 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.     Makefile.os2
  42.     elvis.def
  43.     instman.sh
  44.     vmsbuild.com
  45.     vmslink.opt
  46.  
  47. source:
  48.     alias.c
  49.     amiga.c
  50.     amiprsv.c
  51.     amistat.h
  52.     amisysio.c
  53.     amitty.c
  54.     amiwild.c
  55.     atari.c
  56.     blk.c
  57.     borland.h
  58.     cmd1.c
  59.     cmd2.c
  60.     config.h
  61.     ctags.c
  62.     ctype.c
  63.     ctype.h
  64.     curses.c
  65.     curses.h
  66.     cut.c
  67.     elvprsv.c
  68.     elvrec.c
  69.     ex.c
  70.     fmt.c
  71.     input.c
  72.     main.c
  73.     misc.c
  74.     modify.c
  75.     move1.c
  76.     move2.c
  77.     move3.c
  78.     move4.c
  79.     move5.c
  80.     opts.c
  81.     osk.c
  82.     osk.h
  83.     pc.c
  84.     prsvdos.c
  85.     prsvunix.c
  86.     recycle.c
  87.     redraw.c
  88.     ref.c
  89.     regexp.c
  90.     regexp.h
  91.     regsub.c
  92.     shell.c
  93.     sysdos.c
  94.     sysos2.c
  95.     system.c
  96.     tinyprnt.c
  97.     tinytcap.c
  98.     tio.c
  99.     tmp.c
  100.     unix.c
  101.     vars.c
  102.     vcmd.c
  103.     vi.c
  104.     vi.h
  105.     vmsio.c
  106.     vmswild.c
  107.     wildcard.c
  108.  
  109. examples:
  110.     novice.rc
  111.     profile.sh
  112.     vmssetup.com
  113.  
  114. mansrc:
  115.     $DOC/Makefile
  116.     $DOC/elvcol
  117.     $DOC/cflags.ms
  118.     $DOC/ctags.man
  119.     $DOC/cutbufs.ms
  120.     $DOC/differ.ms
  121.     $DOC/elvis.man
  122.     $DOC/elvprsv.man
  123.     $DOC/elvrec.man
  124.     $DOC/environ.ms
  125.     $DOC/ex.ms
  126.     $DOC/fmt.man
  127.     $DOC/index.ms
  128.     $DOC/init.ms
  129.     $DOC/internal.ms
  130.     $DOC/intro.ms
  131.     $DOC/makefile.ms
  132.     $DOC/options.ms
  133.     $DOC/question.ms
  134.     $DOC/ref.man
  135.     $DOC/regexp.ms
  136.     $DOC/termcap.ms
  137.     $DOC/title.ms
  138.     $DOC/ver.ms
  139.     $DOC/versions.ms
  140.     $DOC/visual.ms
  141.  
  142. book:
  143.     Elvisman.txt
  144.  
  145. manpages:
  146.     $DOC/ctags.man
  147.     $DOC/elvis.man
  148.     $DOC/elvprsv.man
  149.     $DOC/elvrec.man
  150.     $DOC/fmt.man
  151.     $DOC/ref.man
  152.     $DOC/ctags.doc
  153.     $DOC/elvis.doc
  154.     $DOC/elvprsv.doc
  155.     $DOC/elvrec.doc
  156.     $DOC/fmt.doc
  157.     $DOC/ref.doc
  158.  
  159. dosexe:
  160.     ctags.exe
  161.     elvis.exe
  162.     elvprsv.exe
  163.     elvrec.exe
  164.     ex.exe
  165.     vi.exe
  166.     view.exe
  167.     fmt.exe
  168.     ref.exe
  169.     wildcard.exe
  170.  
  171. os2exe:
  172.     dosexe
  173.     emx.dll
  174.     emxlibc.dll
  175.