- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
maintainer-scripts/update_web_docs_old (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/maintainer-scripts/update_web_docs_old
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 75 75 if [ -z "$RELEASE" ]; then 76 76 RELEASE=HEAD 77 DO_THANKS_HTML=y78 else79 DO_THANKS_HTML=n80 77 fi 81 78 … … 138 135 done 139 136 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 144 137 cd $DOCSDIR 145 146 rm -f g77_news.html147 rm -f g77_bugs.html148 rm -f g77_news.html.gz149 rm -f g77_bugs.html.gz150 ln $news_file g77_news.html151 ln $bugs_file g77_bugs.html152 ln ${news_file}.gz g77_news.html.gz153 ln ${bugs_file}.gz g77_bugs.html.gz154 155 if [ "$DO_THANKS_HTML" = y ]; then156 cd $WWWBASE157 rm -f thanks.html158 rm -f thanks.html.gz159 ln onlinedocs/$contrib_file thanks.html160 ln onlinedocs/${contrib_file}.gz thanks.html.gz161 fi162 138 163 139 # Finally, generate the installation documentation (but only for CVS HEAD). -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
