Commit 22263a7e authored by gerald's avatar gerald
Browse files

* gcc_release (build_sources): Do not include gnats.html any longer.

	Make an error message more descriptive.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68597 138bc75d-0d04-0410-961f-82ee72b054a4
parent 162df2b3
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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment