diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-01 21:10:55 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-01 21:10:55 +0000 |
commit | 036fb1b0d7a239e861509402ff61062900667f77 (patch) | |
tree | cfda2bd03cf06c09f3974f473376ab962b6adf35 /maintainer-scripts | |
parent | ada41c19555f4c88eb5f0a06529750d7c7036ec7 (diff) | |
download | gcc-036fb1b0d7a239e861509402ff61062900667f77.tar.gz |
* 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
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 | ||||
-rwxr-xr-x | maintainer-scripts/update_web_docs_libstdcxx_svn | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 773bf6b21d2..89d8a6f5997 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/maintainer-scripts/update_web_docs_libstdcxx_svn b/maintainer-scripts/update_web_docs_libstdcxx_svn index 05afbe5a710..514243ddfc2 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 |