[plt-scheme] how do you include documentation with a teachpack or planet collection?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Jun 13 18:25:36 EDT 2007

Does your info.ss file point to the documentation directory? Does the
docs directory have an hdindex or keywords file?  (You don't want mzc,
you want to use planet, both to package it up and to install it.)

Robby

On 6/13/07, Stephen Bloch <sbloch at adelphi.edu> wrote:
> I'm reading the doc in the help desk about creating and contributing
> a PLaneT collection.  I've written up an info.ss file, a doc.txt
> file, and some HTML doc in a folder named in html-docs.  I've
> converted the whole directory into a .plt file, either with mzc --plt
> and with planet --create-archive.  I've tried installing the thing,
> either with (require (planet ...))
> or with "Install .plt file...".  I get the function definitions, but
> the Help Desk doesn't seem to see any of the documentation.
>
> In my various futzing around with this, there was a brief shining
> moment that the Help Desk DID recognize keywords from my
> documentation, but I don't remember what I did to reach that moment.
>
>
>
>
> Stephen Bloch
> sbloch at adelphi.edu
>
>
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.