Re: web/xml/porting Makefile,1.8,1.9 porting.en.xml,1.3,1.4 porting.fr.xml,1.6,1.7 porting.ja.xml,1.2,1.3 porting.zh.xml,1.2,1.3
"Daniel E. Macks" <[email protected]> Wed, 16 Mar 2005 18:38:53 +0000 (UTC)
| Newsgroups | gmane.os.apple.fink.i18n |
|---|---|
| Message-ID | <[email protected]> |
I made this set of changes to all languages, since it must be done simultaneously in order to not break our entire build system. This is in preparation for actual content changes, which I will do by the standard translation policy. dan Daniel Macks <[email protected]> said: > Update of /cvsroot/fink/web/xml/porting > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16845 > > Modified Files: > Makefile porting.en.xml porting.fr.xml porting.ja.xml > porting.zh.xml > Log Message: > Chapter structure changes: rename "preparing"->"preparing-10.2" and add "preparing-10.3" > > > Index: porting.fr.xml >=================================================================== > RCS file: /cvsroot/fink/web/xml/porting/porting.fr.xml,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -d -r1.6 -r1.7 > --- porting.fr.xml 11 Mar 2005 04:52:46 -0000 1.6 > +++ porting.fr.xml 16 Mar 2005 18:01:44 -0000 1.7 > @@ -182,7 +182,7 @@ > Cependant, cet outil n'a rien à voir avec GNU libtool. L'outil GNU libtool qu'Apple fournit est installé sous le nom de <code>glibtool</code>. Ceci peut être réalisé en configurant GNU libtool avec <code>--program-transform-name=s/libtool/glibtool/</code>.</p> > </section> > </chapter> > -<chapter filename="preparing"> > +<chapter filename="preparing-10.2"> > <title>Préparation pour la version 10.2</title> > <shorttitle>Préparation pour 10.2</shorttitle> > <section name="bash"><title>Shell bash</title> > @@ -251,4 +251,10 @@ > <p>Un autre problème avec le compilateur gcc3 est l'incompatibilité pour les ABI C++ entre gcc2 et gcc3. En pratique, ceci signifie que les programmes C++ compilés avec gcc3 ne peuvent être liés à des librairies compilées avec gcc2.</p> > </section> > </chapter> > +<chapter filename="preparing-10.3"> > +<title>Préparation pour la version 10.3</title> > +<shorttitle>Préparation pour 10.3</shorttitle> > +<section name="perl"><title>Perl</title> > +</section> > +</chapter> > </document> > > Index: porting.zh.xml >=================================================================== > RCS file: /cvsroot/fink/web/xml/porting/porting.zh.xml,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -d -r1.2 -r1.3 > --- porting.zh.xml 12 Mar 2004 15:06:20 -0000 1.2 > +++ porting.zh.xml 16 Mar 2005 18:01:45 -0000 1.3 > @@ -471,7 +471,7 @@ > > </chapter> > > -<chapter filename="preparing"> > +<chapter filename="preparing-10.2"> > <title>为 10.2 ååå¤</title> > <shorttitle>为 10.2 ååå¤</shorttitle> > > @@ -570,5 +570,11 @@ > > </chapter> > > +<chapter filename="preparing-10.3"> > +<title>为 10.3 ååå¤</title> > +<shorttitle>为 10.3 ååå¤</shorttitle> > +<section name="perl"><title>Perl</title> > +</section> > +</chapter> > > </document> > > Index: porting.ja.xml >=================================================================== > RCS file: /cvsroot/fink/web/xml/porting/porting.ja.xml,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -d -r1.2 -r1.3 > --- porting.ja.xml 31 Jan 2005 01:46:14 -0000 1.2 > +++ porting.ja.xml 16 Mar 2005 18:01:45 -0000 1.3 > @@ -454,7 +454,7 @@ > </p> > </section> > </chapter> > - <chapter filename="preparing"> > + <chapter filename="preparing-10.2"> > <title>10.2 ã«åãã¦</title> > <shorttitle>10.2 ã«åãã¦</shorttitle> > <section name="bash"> > @@ -545,4 +545,11 @@ > </p> > </section> > </chapter> > + <chapter filename="preparing-10.3"> > + <title>10.3 ã«åãã¦</title> > + <shorttitle>10.3 ã«åãã¦</shorttitle> > + <section name="perl"> > + <title>Perl</title> > + </section> > + </chapter> > </document> > > Index: Makefile >=================================================================== > RCS file: /cvsroot/fink/web/xml/porting/Makefile,v > retrieving revision 1.8 > retrieving revision 1.9 > diff -u -d -r1.8 -r1.9 > --- Makefile 20 Oct 2004 11:11:24 -0000 1.8 > +++ Makefile 16 Mar 2005 18:01:32 -0000 1.9 > @@ -5,7 +5,7 @@ > basedir = .. > > SOURCE = porting.xml > -TARGET = index.php basics.php shared.php libtool.php preparing.php > +TARGET = index.php basics.php shared.php libtool.php preparing-10.2.php preparing-10.3.php > WANT_HTML = 1 > DESTDIR = doc/porting > > > Index: porting.en.xml >=================================================================== > RCS file: /cvsroot/fink/web/xml/porting/porting.en.xml,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -d -r1.3 -r1.4 > --- porting.en.xml 10 Mar 2005 20:01:09 -0000 1.3 > +++ porting.en.xml 16 Mar 2005 18:01:32 -0000 1.4 > @@ -381,7 +381,7 @@ > > </chapter> > > -<chapter filename="preparing"> > +<chapter filename="preparing-10.2"> > <title>Preparing for 10.2</title> > <shorttitle>Preparing for 10.2</shorttitle> > > @@ -494,5 +494,11 @@ > > </chapter> > > +<chapter filename="preparing-10.3"> > +<title>Preparing for 10.3</title> > +<shorttitle>Preparing for 10.3</shorttitle> > +<section name="perl"><title>Perl</title> > +</section> > +</chapter> > > </document> -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click