[racket-dev] Building without docs

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jan 18 11:07:02 EST 2011

Two minutes ago, Noel Welsh wrote:
> For posterity, this works:
> 
> On Mon, Jan 17, 2011 at 3:12 PM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
> > You can also set PLT_SETUP_OPTIONS to "-D" and then make install will
> > avoid building the docs.
> 
> This does not:
> 
> > On Mon, Jan 17, 2011 at 9:02 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> >> % make
> >> % make plain-install
> >> % raco setup -D
> 
> as make plain-install only creates racket.

You should use something like

  racket -N raco -l- raco setup -D

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.