update_web_docs_libstdcxx_svn: Do not compress generated .html files any more.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 1 Aug 2010 21:10:55 +0000 (21:10 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 1 Aug 2010 21:10:55 +0000 (21:10 +0000)
* update_web_docs_libstdcxx_svn: Do not compress generated .html
files any more.

From-SVN: r162805

maintainer-scripts/ChangeLog
maintainer-scripts/update_web_docs_libstdcxx_svn

index 773bf6b21d26360b60dbfe8fdae5678f859188a8..89d8a6f5997ba10ba6eeb20656dac2c00c9adaf1 100644 (file)
@@ -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
index 05afbe5a7108fe672232370440c71c81baa7a6cd..514243ddfc2315b5741a4bcc07cf1e5f37887eb3 100755 (executable)
@@ -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