[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] How can I get an offline version of the manual
From: |
Felix |
Subject: |
Re: [Chicken-users] How can I get an offline version of the manual |
Date: |
Mon, 07 Feb 2011 11:12:11 +0100 (CET) |
From: pmarin <address@hidden>
Subject: [Chicken-users] How can I get an offline version of the manual
Date: Tue, 1 Feb 2011 12:00:17 +0100
> Is there any way to get an offline version of the manual?
> I know that the source is in ./manual but I don't know how can i build
> it. Is there any 'make' option for that?
You need the "manual-labor" egg, which converts the wiki-syntax manual
to html. You can create it like this (assuming you have a git checkout
of the core system):
make PLATFORM=... html
This should produce the HTML version of the manual in the "manual-html"
directory.
cheers,
felix