================================================================================
                        Texinfo converting Tools
                         Release 1.00  28.03.97
                       (c) 1996 by Andreas Kaiser
                    (c) 1997 by Karl Heinz Marbaise
================================================================================
             $Id: BUILD 1.3 1997/03/31 20:45:30 KHM Exp $


 Building informations:

    o On linux you have to unpack this distribution with
      InfoZIP's "unzip -a" to convert the cr+lf to lf.

    o If you would like to build the converters yourself
      you have to get the following things:
          GNU-Make on DOS, OS/2 or Linux
          GNU-FLex 2.5.4 (newer does not work!!!, because of
                          a bug in Flex 2.5.3)
          GNU-GCC (for DOS; OS/2 emx version recomended,
                   but djgpp should work).

    o If you would like to compile the distribution
      then you have to go first into the source/gen
      directory and call 'make' to compile the
      str.a
      (On linux "make OS=linux")
      After that you can change to source directory
      and call make(on Linux "make OS=linux") another
      time to create the converters(texi2ipf.exe,
      texihtml.exe, texi2rtf.exe)

    o While the tools are compiled there are much warnings,
      that's ok, I'm working on that
      Flex warns "-s option given, but default rule can be matched"
      That ok. (I don't like it too).
