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]

Re: PATCH: egcs-1.1/*.html fixes


On Thu, 13 Sep 2001, Joseph S. Myers wrote:
> Would it make sense to make the EGCS pages use the same preprocessing as
> the rest of the pages (perhaps with a slightly different footer noting
> that they are historical)?

I like that idea.

  Do not special-case htdocs/egcs-1.?/*.

And I'll shortly update the preprocess on gcc.gnu.org and also submit
a few adaptions to htdocs/egcs-1.?/*.html.  If you could have a look
afterwards, that'd be fine.

Gerald

Index: preprocess
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/preprocess,v
retrieving revision 1.27
diff -u -3 -p -r1.27 preprocess
--- preprocess	2001/08/24 21:31:39	1.27
+++ preprocess	2001/09/13 11:20:31
@@ -103,9 +103,6 @@ process_file()
     case $f in
         */CVS|*/\.cvsignore)
             ;;
-        *egcs-1.?/*)
-            copy_if_different $f $DESTTREE/$f
-            ;;
         *\.txt|*\.ps|*\.ps\.gz|*\.pdf|*\.jpg|*\.jpeg|*\.png|*\.patch)
             copy_if_different $f $DESTTREE/$f
             ;;


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