[racket-dev] [plt] Push #23583: master branch updated

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Wed Sep 21 17:48:37 EDT 2011

How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it.

On 09/21/2011 02:10 PM, eli at racket-lang.org wrote:
> eli has updated `master' from 5024b690ca to 81e0f3f3d7.
>   http://git.racket-lang.org/plt/5024b690ca..81e0f3f3d7
>
> =====[ 1 Commits ]======================================================
>
> Directory summary:
>   50.0% collects/honu/scribblings/
>   49.9% collects/scribblings/honu/
>
> ~~~~~~~~~~
>
> 81e0f3f Eli Barzilay <eli at racket-lang.org> 2011-09-21 16:10
> :
> | Move `scribblings/honu' to `honu/scribblings'.
> |
> | Also, use `user-doc' since it's not distributed, yet.
> :
>   A collects/honu/scribblings/info.rkt
>   R collects/{scribblings/honu => honu/scribblings}/honu.scrbl (100%)
>   D collects/scribblings/honu/info.rkt
>
> =====[ Overall Diff ]===================================================
>
> collects/honu/scribblings/info.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- /dev/null
> +++ NEW/collects/honu/scribblings/info.rkt
> @@ -0,0 +1,3 @@
> +#lang setup/infotab
> +
> +(define scribblings '(("honu.scrbl" (multi-page user-doc) (experimental 40))))
>
> collects/scribblings/honu/info.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/collects/scribblings/honu/info.rkt
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#lang setup/infotab
> -
> -(define scribblings '(("honu.scrbl" (multi-page) (experimental 40))))
>
> *** See above for renames and copies ***



Posted on the dev mailing list.