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: Clean up htdocs/fsf-forms


We really want to treat htdocs/fsf-forms like any other directory. I
modified bin/proprocess accordingly and tweaked the two HTML files a
bit.

Installed.

Gerald

Index: bin/preprocess
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/preprocess,v
retrieving revision 1.11
retrieving revision 1.12
diff -c -3 -p -r1.11 -r1.12
*** preprocess	2000/03/16 23:23:05	1.11
--- preprocess	2000/04/05 18:39:45	1.12
*************** process_file()
*** 71,77 ****
          *egcs-1.?/*)
              copy_if_different $f $DESTTREE/$f
              ;;
!         *\.txt|*\.ps|*\.pdf|*\.jpg|*\.jpeg|*\.png|*/fsf-forms/*|*\.patch)
              copy_if_different $f $DESTTREE/$f
              ;;
          *.html)
--- 71,77 ----
          *egcs-1.?/*)
              copy_if_different $f $DESTTREE/$f
              ;;
!         *\.txt|*\.ps|*\.pdf|*\.jpg|*\.jpeg|*\.png|*\.patch)
              copy_if_different $f $DESTTREE/$f
              ;;
          *.html)
Index: htdocs/fsf-forms/assignment-instructions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fsf-forms/assignment-instructions.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 assignment-instructions.html
*** assignment-instructions.html	1999/06/14 12:35:01	1.6
--- assignment-instructions.html	2000/04/05 18:42:01
***************
*** 1,8 ****
  <html>
  <head>
  <title>Instructions for FSF copyright assignment paper</title>
  </head>
! <body bgcolor="white">
  <h1>Instructions for copyright assignment paper</h1>
  
  <p>The way to assign copyright to the Foundation is to sign an
--- 1,10 ----
  <html>
+ 
  <head>
  <title>Instructions for FSF copyright assignment paper</title>
  </head>
! 
! <body>
  <h1>Instructions for copyright assignment paper</h1>
  
  <p>The way to assign copyright to the Foundation is to sign an
*************** of the program (e.g. gcc) in the place o
*** 75,84 ****
  questions, or would like something to be changed, ask rms@ai.mit.edu
  via email.
  
- 
  <hr>
  <a href="assign.changes"><b>The assignment form text</b></a>
! <br><a href="/">Return to the egcs web page</a>
! <br><i>Last update: August 28, 1997</i>
  </body>
  </html>
--- 77,84 ----
  questions, or would like something to be changed, ask rms@ai.mit.edu
  via email.
  
  <hr>
  <a href="assign.changes"><b>The assignment form text</b></a>
! 
  </body>
  </html>
Index: htdocs/fsf-forms/copyrights.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fsf-forms/copyrights.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 copyrights.html
*** copyrights.html	1999/06/14 12:35:02	1.6
--- copyrights.html	2000/04/05 18:42:02
*************** will work with a lawyer to decide what t
*** 166,173 ****
    with a couple of links added.</i>
  </blockquote>
  
- <p><a href="/">Return to the egcs home page</a>
- 
- <HR>
  </BODY>
  </HTML>
--- 166,170 ----


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