This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r131625 - in /trunk/libstdc++-v3: ChangeLog Mak...


On 21/01/2008, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
> > > This patch has changed the autoconf and automake versions used in
> > > libstdc++-v3 to 2.61 and 1.10.  Please regenerate all the files
> > > with the documented versions of 2.59 and 1.9.6;
> > Done.
>
> Sorry about this: thanks for cleaning up Paolo.

I think this is still needed for the maintainer scripts, latest failure here:
http://gcc.gnu.org/ml/gccadmin/2008-q1/msg00036.html

2008-01-21  Jonathan Wakely  <...>

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

OK to commit?

Jon
Index: maintainer-scripts/update_web_docs_libstdcxx_svn
===================================================================
--- maintainer-scripts/update_web_docs_libstdcxx_svn	(revision 131671)
+++ maintainer-scripts/update_web_docs_libstdcxx_svn	(working copy)
@@ -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 @@
 
 
 # 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]