Commit dd912000 by Gerald Pfeifer Committed by Gerald Pfeifer

update_web_docs_libstdcxx_svn: Do not compress generated .html files any more.

	* update_web_docs_libstdcxx_svn: Do not compress generated .html
	files any more.

From-SVN: r162805
parent f3f98a1e
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> 2010-06-24 Joseph Myers <joseph@codesourcery.com>
* update_web_docs_svn: Also pass -I option pointing to ada/ source * update_web_docs_svn: Also pass -I option pointing to ada/ source
......
...@@ -37,11 +37,6 @@ svn -q export $SVNROOT/trunk/$GETTHIS doc ...@@ -37,11 +37,6 @@ svn -q export $SVNROOT/trunk/$GETTHIS doc
cd doc cd doc
rm -f Makefile 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 # copy the tree to the onlinedocs area, preserve directory structure
#find . -depth -print | cpio -pdv $WWWDIR #find . -depth -print | cpio -pdv $WWWDIR
find . -depth -print | cpio -pd $WWWDIR > /dev/null 2>&1 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