diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 37f757c8a642e4419d10af3e97a671cdcc8f6c0c..712fd07a873760c96aae08749fe1caf8f23b9294 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+	* update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
+
 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
 	* gcc_release: Do not include copies of faq.html in releases,
diff --git a/maintainer-scripts/update_web_docs_libstdcxx_svn b/maintainer-scripts/update_web_docs_libstdcxx_svn
index e9919c504e4c289334a207b364eec28d00cc9186..05afbe5a7108fe672232370440c71c81baa7a6cd 100755
--- a/maintainer-scripts/update_web_docs_libstdcxx_svn
+++ b/maintainer-scripts/update_web_docs_libstdcxx_svn
@@ -11,7 +11,7 @@
 #####################################################################
 
 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
-GETTHIS='libstdc++-v3/docs/html'
+GETTHIS='libstdc++-v3/doc/html'
 WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++
 #WWWDIR=/tmp/fake-onlinedocs-testing
 
@@ -33,8 +33,8 @@ cd $WORKDIR
 
 
 # checkout all the HTML files, get down into an interesting directory
-svn -q export $SVNROOT/trunk/$GETTHIS docs
-cd docs
+svn -q export $SVNROOT/trunk/$GETTHIS doc
+cd doc
 rm -f Makefile
 
 # build a compressed copy of the HTML, preserve directory structure