[doc] DESTDIR and tooldir

Christian Cornelssen ccorn@cs.tu-berlin.de
Tue Jan 28 22:16:00 GMT 2003


Hi,

On Tue, 28 Jan 2003, Gerald Pfeifer wrote:

> On Tue, 28 Jan 2003, Christian Cornelssen wrote:
> > I have attached an announcement of the DESTDIR support in
> > `wwwdocs/htdocs/gcc-3.3/changes.html'.
>
> That's in now, thanks.

The patch was only thre additional lines, but I forgot an </li> :-(
(We're on XHTML, grmpf.)  A correcting diff is attached to this
message.

> Once that patch is on the GCC 3.2-branch, would you mind submitting
> a changes.html patch for that?

I have attached a corresponding patch to `gcc-3.2/changes.html'.

ChangeLog entry suggestions (I have not found a suitable file in
wwwdocs/):

Index: unknown/ChangeLog
from  Christian Cornelssen  <ccorn@cs.tu-berlin.de>

	* htdocs/gcc-3.3/changes.html
	(Other significant improvements): Add missing </li>.

	* htdocs/gcc-3.2/changes.html
	(GCC 3.2.2): New section.
	(Miscellaneous Improvements): New subsection.
	Mention DESTDIR support.

Regards,

Christian Cornelssen
-------------- next part --------------
--- htdocs/gcc-3.3/changes.html.orig	Tue Jan 28 13:09:38 2003
+++ htdocs/gcc-3.3/changes.html	Tue Jan 28 22:47:19 2003
@@ -301,7 +301,8 @@
     cleanly solved these issues.</li>
 
     <li>The Makefile suite now supports redirection of
-    <code>make install</code> by means of the variable <code>DESTDIR</code>.
+    <code>make install</code> by means of the variable
+    <code>DESTDIR</code>.</li>
   </ul>
 
 </body>
-------------- next part --------------
Index: htdocs/gcc-3.2/changes.html
===================================================================
RCS file: /usr/local/src/cvs/gcc-cvs/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.38
diff -u -r1.38 changes.html
--- htdocs/gcc-3.2/changes.html	6 Dec 2002 17:46:39 -0000	1.38
+++ htdocs/gcc-3.2/changes.html	28 Jan 2003 21:42:06 -0000
@@ -96,6 +96,15 @@
 
 <!-- Changes for later point releases should be added at the top. -->
 
+<h1><a name="3.2.2">GCC 3.2.2</a></h1>
+
+<h2>Miscellaneous Improvements</h2>
+  <ul>
+    <li>As of 3.2.2, the Makefile suite supports redirection of
+        <code>make install</code> by means of the <code>DESTDIR</code>
+        variable.</li>
+  </ul>
+
 <h1><a name="3.2.1">GCC 3.2.1</a></h1>
 
 <p>3.2.1 adds a new warning, <code>-Wabi</code>. This option warns when GNU


More information about the Gcc-patches mailing list