diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a0d0a1..1ee33fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl> + + * install.texi: Even the g77 manpage is derived from + the full g77 manual. + 2003-07-04 Zack Weinberg <zack@codesourcery.com> * ABOUT-NLS: Delete. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b19993c..8fe1b71 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -571,8 +571,7 @@ 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 -the full GCC manuals, which are provided in Texinfo format. The -@command{g77} manpage is unmaintained and may be out of date; the others +the full GCC manuals, which are provided in Texinfo format. The manpages are derived by an automatic conversion process from parts of the full manual.) |
