[Cs-dev] What is the procedure for building the manual?
Date | 2006-06-04 22:42 |
From | schwaahed |
Subject | [Cs-dev] What is the procedure for building the manual? |
Attachments | None |
Date | 2006-06-06 04:30 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] What is the procedure for building the manual? |
Hi, The manual is in a cvs module named ... 'manual'. There's very complete information for building in the root directory in the readme.txt. If you need any help, just ask. Cheers, Andres On Sun, 2006-06-04 at 17:42 -0400, schwaahed wrote: > Could someone let me know where I can find documentation for building the manual > from CVS? > > I'm interested in building in HTML form. > > > - Thanks > schwaahed > > > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-06-06 05:40 |
From | "Steven Yi" |
Subject | Re: [Cs-dev] What is the procedure for building the manual? |
Attachments | None |
Date | 2006-06-06 08:06 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] What is the procedure for building the manual? |
Personally I go make which generates mkdir -p html xsltproc --nonet --xinclude -o html/ stylesheets/customXHTMLchunk.xsl manual.xml cp -R images html/ cp -R examples html/ This is on Linux,and I do not know for other platforms ==John ffitch _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-06-06 08:49 |
From | David Akbari |
Subject | Re: [Cs-dev] What is the procedure for building the manual? |
On Jun 4, 2006, at 4:42 PM, schwaahed wrote: > I'm interested in building in HTML form. Assuming no developer access (anonymous pserver) open Terminal/xterm/MS-DOS prompt run the CVS program to log into Csound's SourceForge project ~ % cvs -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound login (press enter when it asks for password) then type ~ % cvs -z3 -d:pserver:anonymous@csound.cvs.sourceforge.net:/cvsroot/csound co -P manual to get the manual sources into the current working directory cd to manual type "make" -David _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-06-06 21:16 |
From | schwaahed |
Subject | Re: [Cs-dev] What is the procedure for building the manual? |
Attachments | None |