This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc/install.texi


Hi,

I made the attached changes to my copy of install.texi to get 'make
info' to work. I'm not very familiar with the .texi format, so could
someone please review this change for me?

Dave
Index: install.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/install.texi,v
retrieving revision 1.24
diff -c -p -c -p -r1.24 install.texi
*** install.texi	1999/01/27 01:42:30	1.24
--- install.texi	1999/01/29 23:36:20
*************** A file named @file{tm.h} is created whic
*** 277,287 ****
  machine-description macro file for your target machine.  It should be in
  the subdirectory @file{config} and its name is often
  @file{@var{machine}.h}.
  
  @cindex Native Language Support
  @cindex NLS
  @item --enable-nls
! @itemx --disable-nls
  The @samp{--enable-nls} option enables Native Language Support (NLS),
  which lets GCC output diagnostics in languages other than American
  English.  No translations are available yet, so the main users of this
--- 277,288 ----
  machine-description macro file for your target machine.  It should be in
  the subdirectory @file{config} and its name is often
  @file{@var{machine}.h}.
+ @end itemize
  
  @cindex Native Language Support
  @cindex NLS
  @item --enable-nls
! @item --disable-nls
  The @samp{--enable-nls} option enables Native Language Support (NLS),
  which lets GCC output diagnostics in languages other than American
  English.  No translations are available yet, so the main users of this
*************** inferior @code{catgets} interface, the G
*** 305,311 ****
  ignores @code{catgets} and instead uses GCC's copy of the GNU
  @code{gettext} library.  The @samp{--with-catgets} option causes the
  build procedure to use the host's @code{catgets} in this situation.
- @end table
  
  @item
  In certain cases, you should specify certain other options when you run
--- 306,311 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]