summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-21 21:04:00 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-21 21:04:00 +0000
commit82b5b12f979a9a3a3b90aea311fc6941a6c19fa8 (patch)
treea3639cfb33722c0b1fbcff2c7209758ddcd7663e /maintainer-scripts
parent77b5c57323b2aa589ffab36eaca7bd1886976141 (diff)
downloadgcc-82b5b12f979a9a3a3b90aea311fc6941a6c19fa8.tar.gz
2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
* update_web_docs_libstdcxx_svn: "docs" dir moved to "doc". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131702 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/update_web_docs_libstdcxx_svn6
2 files changed, 7 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 37f757c8a64..712fd07a873 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 e9919c504e4..05afbe5a710 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