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]

Patch for gcc_update


I've installed as obvious the following patch to the mainline gcc_update
to touch the manpages in the doc directory where they've moved to.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/ChangeLog,v
retrieving revision 1.104
diff -u -r1.104 ChangeLog
--- ChangeLog	2001/05/28 15:50:28	1.104
+++ ChangeLog	2001/06/02 11:32:54
@@ -1,3 +1,7 @@
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc_update: Update for move of documentation to gcc/doc.
+
 2001-05-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
 	* contrib/test_summary (files): Sort before evaluating.
Index: gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.26
diff -u -r1.26 gcc_update
--- gcc_update	2001/05/23 12:15:03	1.26
+++ gcc_update	2001/06/02 11:32:54
@@ -69,9 +69,9 @@
 gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h
 gcc/config.in: gcc/cstamp-h.in
 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
-gcc/gcov.1: gcc/gcov.texi
-gcc/cpp.1: gcc/cpp.texi
-gcc/gcc.1: gcc/invoke.texi
+gcc/doc/gcov.1: gcc/doc/gcov.texi
+gcc/doc/cpp.1: gcc/doc/cpp.texi
+gcc/doc/gcc.1: gcc/doc/invoke.texi
 # And then, language-specific files
 # (None at present.)
 # And libraries, at last

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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