Commit 013d0fea by Jonathan Wakely Committed by Jonathan Wakely

update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".

2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".

From-SVN: r131702
parent e0c60407
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> 2007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release: Do not include copies of faq.html in releases, * gcc_release: Do not include copies of faq.html in releases,
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
##################################################################### #####################################################################
SVNROOT=${SVNROOT:-"file:///svn/gcc"} SVNROOT=${SVNROOT:-"file:///svn/gcc"}
GETTHIS='libstdc++-v3/docs/html' GETTHIS='libstdc++-v3/doc/html'
WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++ WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++
#WWWDIR=/tmp/fake-onlinedocs-testing #WWWDIR=/tmp/fake-onlinedocs-testing
...@@ -33,8 +33,8 @@ cd $WORKDIR ...@@ -33,8 +33,8 @@ cd $WORKDIR
# checkout all the HTML files, get down into an interesting directory # checkout all the HTML files, get down into an interesting directory
svn -q export $SVNROOT/trunk/$GETTHIS docs svn -q export $SVNROOT/trunk/$GETTHIS doc
cd docs cd doc
rm -f Makefile rm -f Makefile
# build a compressed copy of the HTML, preserve directory structure # build a compressed copy of the HTML, preserve directory structure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment