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]
Other format: [Raw text]

Re: Patch: FYI: PR 7633


>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:

Joseph> Since $(datadir) is used, the --datadir configure option
Joseph> should now be documented in install.texi.

How's this?

Incidentally I get an error from makeinfo when building install.info:

cd ../../gcc/gcc && makeinfo  -I doc -I doc/include -o doc/gccinstall.info doc/install.texi
doc/install.texi:267: warning: Info cannot handle `:' in index entry `Installing GCC: Configuration'.
doc/install.texi:918: warning: Info cannot handle `:' in index entry `Installing GCC: Building'.
doc/install.texi:1158: warning: Info cannot handle `:' in index entry `Installing GCC: Testing'.
doc/install.texi:1428: warning: Info cannot handle `:' in index entry `Installing GCC: Binaries'.

Maybe this is because I have an old version of info.
(Though I do remember this restriction from way back.)

Tom


Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* doc/install.texi (Configuration): Document --datadir.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.135
diff -u -r1.135 install.texi
--- doc/install.texi 20 Aug 2002 19:56:30 -0000 1.135
+++ doc/install.texi 22 Aug 2002 16:45:54 -0000
@@ -39,7 +39,7 @@
 @settitle Installing GCC: GNU Free Documentation License
 @end ifset
 
-@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2002,
 @c 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
 
@@ -383,6 +383,10 @@
 @item --infodir=@var{dirname}
 Specify the installation directory for documentation in info format.
 The default is @file{@var{prefix}/info}.
+
+@item --datadir=@var{dirname}
+Specify the installation directory for some architecture-independent
+data files referenced by GCC@.  The default is @file{@var{prefix}/share}.
 
 @item --mandir=@var{dirname}
 Specify the installation directory for manual pages.  The default is


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