Commit 036fb1b0 authored by gerald's avatar gerald
Browse files

* update_web_docs_libstdcxx_svn: Do not compress generated .html

	files any more.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162805 138bc75d-0d04-0410-961f-82ee72b054a4
parent ada41c19
2010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_libstdcxx_svn: Do not compress generated .html
files any more.
2010-06-24 Joseph Myers <joseph@codesourcery.com>
* update_web_docs_svn: Also pass -I option pointing to ada/ source
......
......@@ -37,11 +37,6 @@ svn -q export $SVNROOT/trunk/$GETTHIS doc
cd doc
rm -f Makefile
# build a compressed copy of the HTML, preserve directory structure
for file in `find . -name "*.html" -print`; do
gzip --best < $file > $file.gz
done
# copy the tree to the onlinedocs area, preserve directory structure
#find . -depth -print | cpio -pdv $WWWDIR
find . -depth -print | cpio -pd $WWWDIR > /dev/null 2>&1
......
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