[Openmcl-devel] What's the CVS repository for the documentation?
Gary Byers
gb at clozure.com
Sat Dec 4 11:22:10 PST 2004
On Sat, 4 Dec 2004 rm at fabula.de wrote:
> well, the subject says it all: i'm trying to get the
> source for the documentation but the doc directory is
> empty after a fresh checkout (off bleeding edge).
> Any pointers?
>
> TIA
>
> Ralf Mattes
The repository is "clozure.com:/usr/local/publiccvs", and the CVS module
for the documentation and the rest of the website content is "website".
So, via anonymous cvs:
shell> cvs -d :pserver:cvs at clozure.com:/usr/local/publiccvs login
Password: (It's necessary to do this once; the password is "cvs")
shell> cvs -d :pserver:cvs at clozure.com:/usr/local/publiccvs get website
should check out the (DocBook XML) sources. The toplevel Makefile
will try to build HTML from these sources, either using XML tools
installed by Fink under Darwin or using FreeBSD packages; it will
probably require some tweaking to work on other platforms/setups.
More information about the Openmcl-devel
mailing list