Re: [racket-dev] change to `raco setup' doc builds and SQLite

2012-11-25 Thread Matthew Flatt
At Sun, 25 Nov 2012 17:03:31 +0100, Laurent wrote: > On yesterday's nightly (debian squeeze 64), I had to do a `sudo raco setup` > to have the help webpage, otherwise I would get a http 404. Right -- thanks for the alert! I noticed the same thing, and hopefully the build that is almost finished wi

Re: [racket-dev] change to `raco setup' doc builds and SQLite

2012-11-25 Thread Laurent
Sounds cool. On yesterday's nightly (debian squeeze 64), I had to do a `sudo raco setup` to have the help webpage, otherwise I would get a http 404. Laurent On Sat, Nov 24, 2012 at 4:09 AM, Matthew Flatt wrote: > When `raco setup' builds documentation, it now puts cross-reference > keys and d

[racket-dev] change to `raco setup' doc builds and SQLite

2012-11-23 Thread Matthew Flatt
When `raco setup' builds documentation, it now puts cross-reference keys and dependency information into an SQLite database. So, building documentation now requires that SQLite is installed (on Unixes; SQLite is installed by default on Mac OS X, and Racket includes SQLite on Windows). The changes