home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / AD2C / README < prev   
Encoding:
Text File  |  1991-08-11  |  1.6 KB  |  55 lines

  1.  
  2.         README for AD2C - convert resource files to C decls
  3.  
  4.          George Ferguson, ferguson@cs.rochester.edu
  5.  
  6.                  12 Nov 1990
  7.             Updated 22 Jul 1991
  8.  
  9. DESCRIPTION:
  10.  
  11.      Ad2c is a program which converts X resource files into C
  12.      declarations appropriate for inclusion as fallback resources.
  13.      The program is a sed script which is effectively a finite state
  14.      machine, escaping quotes and backslashes (and newlines where
  15.      necessary), and adding quotes and commas as needed for array
  16.      initialization.
  17.  
  18. DISCLAIMER:
  19.  
  20.      This software is provided as is with no warranty expressed or implied.
  21.      I hope you find it useful, but I won't be held responsable for
  22.      any damage that may occur from reading, compiling, installing or
  23.      using it.
  24.  
  25.      You are free to use any part of this code for other purposes. It
  26.      would be nice if you could keep my name on some part of whatever the
  27.      final product is.
  28.  
  29. INSTALLATION:
  30.  
  31.      1. Edit the Imakefile to change the installation directories if
  32.     desired.
  33.  
  34.      2. Execute "xmkmf" to make the Makefile.
  35.  
  36.      3. Execute "make install" to install ad2c, and/or "make install.man"
  37.     to install the man page. Making ad2c itself is unnecessary.
  38.  
  39. HISTORY:
  40.  
  41.      12 Nov 1990
  42.     - Written and released to alt.sources.
  43.  
  44.      19 Mar 1991
  45.     From: ferguson@cs.rochester.edu
  46.         - Made it "self-contained" (ie. eliminated ad2c.sed)
  47.         - Added Imakefile
  48.     From: jerbil@ultra.com (Joseph Beckenbach)
  49.         - Wrote man page.
  50.  
  51.      22 Jul 1991
  52.     From: ferguson@cs.rochester.edu
  53.         - Added USAGE section to man page and converted it to
  54.           use italic rather than bold font.
  55.