[racket-dev] Building without docs

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Jan 17 10:02:25 EST 2011

On Mon, Jan 17, 2011 at 10:01 AM, Noel Welsh <noelwelsh at gmail.com> wrote:
> Well, that didn't work, but we've decided to upgrade to Racket anyway
> :)   What's the equivalent process for Racket?

Very similar:

% make
% make plain-install
% raco setup -D

>
> Thanks,
> N.
>
> On Wed, Jan 12, 2011 at 12:58 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>> At Wed, 12 Jan 2011 11:29:03 +0000, Noel Welsh wrote:
>>> I'm trying to build 4.2.2 without building the docs. I thought I could
>>> just run make and then setup-plt -D, but make does not install the
>>> binaries. Looking through the Makefile did not lead to enlightenment.
>>> Any suggestions?
>>
>> Does `make plain-install' followed by `setup-plt -D' work? (Version
>> 4.2.2 is old enough that I forget what worked back then.)
>>
>>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.