From 8e9a4a4525580a9dc40a9de5d21640a5f81ea0c0 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Fri, 4 Jul 2003 20:47:09 +0200 Subject: [PATCH] install.texi: Even the g77 manpage is derived from the full g77 manual. 2003-07-04 Toon Moene * install.texi: Even the g77 manpage is derived from the full g77 manual. From-SVN: r68929 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a0d0a111bf7..1ee33fb747d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-04 Toon Moene + + * install.texi: Even the g77 manpage is derived from + the full g77 manual. + 2003-07-04 Zack Weinberg * ABOUT-NLS: Delete. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b19993cbcecb..8fe1b7129a13 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.)