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: htdocs/style.mhtml


This is in preparation of a patch to the preprocess script I'm currently
working on.  It basically labels those parts of a web page that we want
to ignore when comparing various versions of that page.

  Add a <!-- IGNORE DIFF --> marker to the "Last modified" line.

Installed.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.12
diff -u -3 -p -r1.12 style.mhtml
--- style.mhtml	2001/06/23 02:41:13	1.12
+++ style.mhtml	2001/08/24 13:36:28
@@ -68,7 +68,7 @@ send other questions to
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>

-<p>Last modified <date::format-time "YYYY-MM-DD">.</p>
+<!-- IGNORE DIFF --><p>Last modified <date::format-time "YYYY-MM-DD">.</p>
 </address>

 <verbatim>


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