home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / aufstols.zoo / aufstools.1 / ReadMe < prev   
Text File  |  1991-02-26  |  734b  |  25 lines

  1. Public Domain Aufs Tools Package
  2. ================================
  3.  
  4. Nigel Perry, Dec 90.
  5.  
  6. This package contains programs for use by users of the CAP aufs system.
  7. Programs are provided to convert downloads direct into aufs files, handle
  8. StuffIt archives and manage aufs files. Most programs are modified versions
  9. of exisiting public domain utilites. To build just run make:
  10.  
  11.     make
  12.         builds binaries in their own directories
  13.     make install
  14.         builds binaries & moves them to $(BIN), default
  15.         ./aufslib. Also copies shell scripts to $(BIN).
  16.     make format
  17.         builds formatted versions of all the manual pages
  18.         in the directory formatted.
  19.     make clean
  20.         cleans up .o files etc.
  21.     make reallyclean
  22.         as clean + wipes aufslib & formatted
  23.  
  24. Enjoy.
  25.