Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/maintainer-scripts/update_web_docs_old

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    7575if [ -z "$RELEASE" ]; then
    7676  RELEASE=HEAD
    77   DO_THANKS_HTML=y
    78 else
    79   DO_THANKS_HTML=n
    8077fi
    8178
     
    138135done
    139136
    140 news_file=`grep "News About GNU Fortran" $DOCSDIR/g77_toc.html | sed -e '/HREF=.*[^.]/  s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`
    141 bugs_file=`grep "Known Causes of Trouble with GNU Fortran" $DOCSDIR/g77_toc.html | sed -e '/HREF=.*[^.]/  s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`
    142 contrib_file=`grep "Contributors to GCC" $DOCSDIR/gcc_toc.html | sed -e '/HREF=.*[^.]/  s#^.*HREF="##g' | sed -e 's%#SEC.*%%g'`
    143 
    144137cd $DOCSDIR
    145 
    146 rm -f g77_news.html
    147 rm -f g77_bugs.html
    148 rm -f g77_news.html.gz
    149 rm -f g77_bugs.html.gz
    150 ln $news_file g77_news.html
    151 ln $bugs_file g77_bugs.html
    152 ln ${news_file}.gz g77_news.html.gz
    153 ln ${bugs_file}.gz g77_bugs.html.gz
    154 
    155 if [ "$DO_THANKS_HTML" = y ]; then
    156   cd $WWWBASE
    157   rm -f thanks.html
    158   rm -f thanks.html.gz
    159   ln onlinedocs/$contrib_file thanks.html
    160   ln onlinedocs/${contrib_file}.gz thanks.html.gz
    161 fi
    162138
    163139# Finally, generate the installation documentation (but only for CVS HEAD).
Note: See TracChangeset for help on using the changeset viewer.