Developer notes on GenBoard/Manual maintenance
How do I get the manual? ''
The new XML manual is stored on the CVS server. Almost same as GenBoard/FirmWare/CVSUsage just module name is "manual". You'll need developer (read-write access) if possible.
If you want to get a copy to view/generate output, use a CVS client, and download the sources as follows:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/megasquirtavr login
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/megasquirtavr co manual
Note that the "pserver" method does not allow you to commit back changes. If you made changes after checking out this way, make a diff of your edits (cvs diff command, or ask for help).
Be sure to read the README file, and set up your directory structure as described.
See also
- GenBoard/FirmWare/CVSUsage more on CVS (especially RW-access)
- GenBoard/Manual/EditingTools
- GenBoard/Manual