]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_release (build_sources): Do not include gnats.html any longer.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fri, 27 Jun 2003 19:29:01 +0000 (21:29 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 27 Jun 2003 19:29:01 +0000 (19:29 +0000)
* gcc_release (build_sources): Do not include gnats.html any longer.
Make an error message more descriptive.

From-SVN: r68597

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index f897e22db2da98c3fa031e3099c356b1fda7c177..054c8a8ff57f397784d3fd55e58944425532f55e 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_release (build_sources): Do not include gnats.html any longer.
+       Make an error message more descriptive.
+       
 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * gcc_release: Factor the updating of links and READMEs on the
index 41fb7fe7c08b85a6a9638c659995a1e0c50d2273..5e29309952d424d3b5922bbedea2a7c92abab68e 100755 (executable)
@@ -178,7 +178,7 @@ EOF
   # Obtain some documentation files from the wwwdocs module.
   inform "Retrieving HTML documentation"
   changedir "${WORKING_DIRECTORY}"
-  for x in bugs gnats faq; do
+  for x in bugs faq; do
     (${CVS} export -r HEAD wwwdocs/htdocs/${x}.html && \
      cp ${WORKING_DIRECTORY}/wwwdocs/htdocs/${x}.html \
         ${SOURCE_DIRECTORY}) || \
@@ -192,7 +192,7 @@ EOF
     (${ENV} TERM=vt100 lynx -dump $file \
        | sed -e "s#file://localhost`/bin/pwd`\(.*\)#http://gcc.gnu.org\1#g" \
        > $newfile) || \
-     error "Could not regenerate documentation"
+     error "Could not generate text-only version of ${file}"
   done
 
   # For a prerelease or real release, we need to generate additional