diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2010-08-01 21:10:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2010-08-01 21:10:55 +0000 |
commit | dd9120005c88c425c798f7a5532bbfdbbecab933 (patch) | |
tree | cfda2bd03cf06c09f3974f473376ab962b6adf35 /maintainer-scripts/update_web_docs_libstdcxx_svn | |
parent | f3f98a1e513a34b3de6a46ef732d02c2a14a6a3e (diff) | |
download | gcc-dd9120005c88c425c798f7a5532bbfdbbecab933.zip gcc-dd9120005c88c425c798f7a5532bbfdbbecab933.tar.gz gcc-dd9120005c88c425c798f7a5532bbfdbbecab933.tar.bz2 |
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
Diffstat (limited to 'maintainer-scripts/update_web_docs_libstdcxx_svn')
-rwxr-xr-x | maintainer-scripts/update_web_docs_libstdcxx_svn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/maintainer-scripts/update_web_docs_libstdcxx_svn b/maintainer-scripts/update_web_docs_libstdcxx_svn index 05afbe5..514243d 100755 --- a/maintainer-scripts/update_web_docs_libstdcxx_svn +++ b/maintainer-scripts/update_web_docs_libstdcxx_svn @@ -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 |