mailr2546 - /1.2/docs/latex/infrastruct.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 01, 2006 - 13:03:
Author: bugman
Date: Fri Sep  1 13:03:21 2006
New Revision: 2546

URL: http://svn.gna.org/viewcvs/relax?rev=2546&view=rev
Log:
Fixed some indexing statements in the Open Source infrastructure chapter 
which were resulting in the
indexing statement appearing in the manual.


Modified:
    1.2/docs/latex/infrastruct.tex

Modified: 1.2/docs/latex/infrastruct.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/infrastruct.tex?rev=2546&r1=2545&r2=2546&view=diff
==============================================================================
--- 1.2/docs/latex/infrastruct.tex (original)
+++ 1.2/docs/latex/infrastruct.tex Fri Sep  1 13:03:21 2006
@@ -60,12 +60,12 @@
 relax's source code is kept within a version control system called 
Subversion\index{Subversion|textbf} 
(\href{http://subversion.tigris.org/}{http://subversion.tigris.org/}).  
Subversion or SVN\index{SVN|textbf} allows fine control over the development 
of the program.  The repository contains all information about every change 
ever made to the program.  To learn more about the system the Subversion 
book\index{Subversion!book} located at 
\href{http://svnbook.red-bean.com/}{http://svnbook.red-bean.com/} is a good 
place to start.  The contents of the relax repository can be viewed on-line 
at 
\href{http://svn.gna.org/viewcvs/relax/}{http://svn.gna.org/viewcvs/relax/}.  
The current sources, assuming that the most recent minor version number is 
1.2, can be downloaded using the SVN protocol by typing
 
 \example{\$ svn co svn://svn.gna.org/svn/relax/1.2 relax}
-index{Subversion!check out}
+\index{Subversion!check out}
 
 however if this does not work, try the command
 
 \example{\$ svn co http://svn.gna.org/svn/relax/1.2 relax}
-index{Subversion!check out}
+\index{Subversion!check out}
 
 to download using the HTTP protocol.  The entire relax repository is backed 
up daily to 
\href{http://svn.gna.org/daily/relax.dump.gz}{http://svn.gna.org/daily/relax.dump.gz}\index{repository!back
 up}.
 
@@ -90,12 +90,12 @@
 The relax distribution archives, the files to download to install relax, can 
be found at 
\href{http://download.gna.org/relax/}{http://download.gna.org/relax/}.  If a 
compiled binary distribution for your architecture does not exist you are 
welcome to create this distribution yourself and submit it for inclusion in 
the relax project.  To do this a number of steps are required.  Firstly, the 
code to each relax release or version resides in the `tags' directory of the 
relax repository.  To check out version 1.2.0 for example type
 
 \example{\$ svn co svn://svn.gna.org/svn/relax/tags/1.2.0 relax}
-index{Subversion!check out}
+\index{Subversion!check out}
 
 Again the sources are available through HTTP by typing
 
 \example{\$ svn co http://svn.gna.org/svn/relax/tags/1.2.0 relax}
-index{Subversion!check out}
+\index{Subversion!check out}
 
 The binary distribution can then be created for your architecture by 
shifting to the main directory of the checked out sources and typing
 




Related Messages


Powered by MHonArc, Updated Fri Sep 01 14:00:05 2006