PATCH: htdocs/style.mhtml

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Fri Aug 24 06:43:00 GMT 2001


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>



More information about the Gcc-patches mailing list