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

2011-09-21 Thread Jon Rafkind
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, e...@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 e...@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 ***

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:27 PM, Eli Barzilay wrote:
 An hour and a half ago, Jon Rafkind wrote:
 How do I see the Honu docs now? I just rebuilt, searching for 'honu'
 doesn't find it.
 Run `raco docs'.


And then what? Do you see Honu in there? I don't.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


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

2011-09-21 Thread Eli Barzilay
Just now, Jon Rafkind wrote:
 On 09/21/2011 05:27 PM, Eli Barzilay wrote:
  An hour and a half ago, Jon Rafkind wrote:
  How do I see the Honu docs now? I just rebuilt, searching for 'honu'
  doesn't find it.
  Run `raco docs'.
 
 And then what? Do you see Honu in there? I don't.

I don't know what went wrong, but I definitely see a honu manual
there.  Right below the algol manual.

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


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

2011-09-21 Thread Ryan Culpepper

On 09/21/2011 05:31 PM, Eli Barzilay wrote:

Just now, Jon Rafkind wrote:

On 09/21/2011 05:27 PM, Eli Barzilay wrote:

An hour and a half ago, Jon Rafkind wrote:

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

Run `raco docs'.


And then what? Do you see Honu in there? I don't.


I don't know what went wrong, but I definitely see a honu manual
there.  Right below the algol manual.


Jon: did you run raco setup as opposed to raco setup honu? The 
index, main page, etc aren't rebuilt unless you run setup on the whole tree.


Ryan
_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:34 PM, Ryan Culpepper wrote:
 On 09/21/2011 05:31 PM, Eli Barzilay wrote:
 Just now, Jon Rafkind wrote:
 On 09/21/2011 05:27 PM, Eli Barzilay wrote:
 An hour and a half ago, Jon Rafkind wrote:
 How do I see the Honu docs now? I just rebuilt, searching for 'honu'
 doesn't find it.
 Run `raco docs'.

 And then what? Do you see Honu in there? I don't.

 I don't know what went wrong, but I definitely see a honu manual
 there.  Right below the algol manual.

 Jon: did you run raco setup as opposed to raco setup honu? The index, 
 main page, etc aren't rebuilt unless you run setup on the whole tree.

 Ryan

I did 'make  make install' after doing a git pull, but i just tried to erase 
some stuff and am running 'raco setup' right now.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:35 PM, Jon Rafkind wrote:
 On 09/21/2011 05:34 PM, Ryan Culpepper wrote:
 On 09/21/2011 05:31 PM, Eli Barzilay wrote:
 Just now, Jon Rafkind wrote:
 On 09/21/2011 05:27 PM, Eli Barzilay wrote:
 An hour and a half ago, Jon Rafkind wrote:
 How do I see the Honu docs now? I just rebuilt, searching for 'honu'
 doesn't find it.
 Run `raco docs'.
 And then what? Do you see Honu in there? I don't.
 I don't know what went wrong, but I definitely see a honu manual
 there.  Right below the algol manual.
 Jon: did you run raco setup as opposed to raco setup honu? The index, 
 main page, etc aren't rebuilt unless you run setup on the whole tree.

 Ryan
 I did 'make  make install' after doing a git pull, but i just tried to 
 erase some stuff and am running 'raco setup' right now.

Ok all set now.. not sure exactly what fixed it though.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev