From 7d55bbcd2e3e210f563d239f4bf43bc708b8a662 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 6 Jan 2002 22:44:51 +0000 Subject: [PATCH] * update_web_docs (contrib_file): Remove. Also removing special handling of thanks.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48589 138bc75d-0d04-0410-961f-82ee72b054a4 --- maintainer-scripts/ChangeLog | 5 +++++ maintainer-scripts/update_web_docs | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index b1cfdfc9d89..b8b9cef4472 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2002-01-06 Gerald Pfeifer + + * update_web_docs (contrib_file): Remove. + Also removing special handling of thanks.html. + 2001-12-17 Joseph S. Myers * update_web_docs: Use makeinfo --html instead of texi2html. diff --git a/maintainer-scripts/update_web_docs b/maintainer-scripts/update_web_docs index 5a3d3290c86..f24f939ebb7 100755 --- a/maintainer-scripts/update_web_docs +++ b/maintainer-scripts/update_web_docs @@ -74,9 +74,6 @@ fi if [ -z "$RELEASE" ]; then RELEASE=HEAD - DO_THANKS_HTML=y -else - DO_THANKS_HTML=n fi WORKDIR=/tmp/gcc-doc-update.$$ @@ -142,7 +139,6 @@ done news_file=g77/News.html bugs_file=g77/Trouble.html -contrib_file=gcc/Contributors.html cd $DOCSDIR @@ -155,14 +151,6 @@ ln $bugs_file g77_bugs.html ln ${news_file}.gz g77_news.html.gz ln ${bugs_file}.gz g77_bugs.html.gz -if [ "$DO_THANKS_HTML" = y ]; then - cd $WWWBASE - rm -f thanks.html - rm -f thanks.html.gz - ln onlinedocs/$contrib_file thanks.html - ln onlinedocs/${contrib_file}.gz thanks.html.gz -fi - # Finally, generate the installation documentation (but only for CVS HEAD). if [ "$RELEASE" = "HEAD" ]; then SOURCEDIR=$WORKDIR/gcc/gcc/doc -- 2.11.0