home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / doc / rcsrev.doc < prev    next >
Encoding:
Text File  |  1997-11-21  |  1.8 KB  |  56 lines

  1. TABLE OF CONTENTS
  2.  
  3. utilities/rcsrev
  4. utilities/rcsrev                                             utilities/rcsrev
  5.  
  6.    NAME  
  7.        RCSRev - Convert a RCS ID into #?_rev.? Files
  8.  
  9.    VERSION
  10.        $Id: rcsrev.c,v 2.3 1994/03/08 00:36:12 ppessi Exp $      
  11.  
  12.    TEMPLATE       
  13.        RCSREV NAME/A SOURCE/A POSTFIX ASM=ASMINCLUDE/S DATE/K
  14.  
  15.    FUNCTION
  16.        RCSRev is intended to generate a BumbRev-compatible revision
  17.        include files from RCS ID. 
  18.  
  19.        The arguments are used as follows:
  20.  
  21.        NAME/A       - name for program (generate file NAME_rev.h).
  22.        SOURCE/A     - source file name
  23.        PREFIX/K     - optional prefix to program name (eg. AmiTCP/IP_)
  24.        POSTFIX/K    - optional string postfixed to revision string
  25.        ASMINCLUDE/S - create also an assembler include file (generate file
  26.                       NAME_rev.i).
  27.  
  28.        DATE/K       - specify the date format used.  The date formats
  29.                       available are as follows:
  30.            CURRENT   - use current date (default) 
  31.            RCS       - use date from RCS ID
  32.            SASC      - use preprocessor macro __AMIGADATE__
  33.            DICE      - use preprocessor macro __COMMODORE_DATE__
  34.  
  35.    NOTES
  36.        The macro DATE is not defined in the revision file with SASC or
  37.        COMMODORE date formats.  The macro VSTRING is not defined in
  38.        revision file with the SASC format.  (See sources and macro
  39.        FIXED_AMIGADATE).
  40.  
  41.        The SASC or DICE formats can not be used with the ASMINCLUDE option.
  42.  
  43.    BUGS
  44.        RCSRev doesn't recognize other RCS ident string except Id.
  45.  
  46.        Maximum allowed line length is fixed.
  47.  
  48.    AUTHOR
  49.        ppessi <Pekka.Pessi@hut.fi>
  50.  
  51.    COPYRIGHT 
  52.        Copyright © 1993 AmiTCP/IP Group, <AmiTCP-group@hut.fi>, 
  53.        Helsinki University of Technology, Finland.
  54.  
  55.  
  56.