diff options
author | Tom Tromey <tromey@redhat.com> | 2002-08-22 17:46:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-08-22 17:46:35 +0000 |
commit | 8567c70f72df23a2ceb3c26ac7a058a6b6aa4054 (patch) | |
tree | 49a33f708b0b149dc568a19489a9041d8a1c02b2 | |
parent | 27a7fc5da64abe267d4d757d9d7c65b6ce95fabf (diff) | |
download | gcc-8567c70f72df23a2ceb3c26ac7a058a6b6aa4054.zip gcc-8567c70f72df23a2ceb3c26ac7a058a6b6aa4054.tar.gz gcc-8567c70f72df23a2ceb3c26ac7a058a6b6aa4054.tar.bz2 |
* doc/install.texi (Configuration): Document --datadir.
From-SVN: r56511
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f3ed2e8..05ebd77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-22 Tom Tromey <tromey@redhat.com> + + * doc/install.texi (Configuration): Document --datadir. + 2002-08-22 Alexandre Oliva <aoliva@redhat.com> * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H). diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9e2d629..b3b02fc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -384,6 +384,10 @@ default is @file{@var{libdir}}. 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 @file{@var{prefix}/man}. (Note that the manual pages are only extracts from |