From 013d0feab1d082f6bc36c3119f6f5b6835230eaf Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 21 Jan 2008 21:04:00 +0000 Subject: update_web_docs_libstdcxx_svn: "docs" dir moved to "doc". 2008-01-21 Jonathan Wakely * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc". From-SVN: r131702 --- maintainer-scripts/update_web_docs_libstdcxx_svn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'maintainer-scripts/update_web_docs_libstdcxx_svn') diff --git a/maintainer-scripts/update_web_docs_libstdcxx_svn b/maintainer-scripts/update_web_docs_libstdcxx_svn index e9919c5..05afbe5 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 -- cgit v1.1