To rebuild an installed package/collection, including documentation, you
want the `raco setup` command. In general, `raco setup my-collection`
builds everything for `my-collection`. You will often also want the
`--doc-index` flag to rebuild the index for the local documentation. The
full range of options is shown by `raco setup --help`, including flags to
specify package names instead of collection names (in the case that those
are not the same, or that a package provides multiple collections).

When you say:

On Tue, Jul 17, 2018 at 4:50 PM, Alex Gian <alex9...@gmail.com> wrote:

> I find, however, that any updates to the *.scrbl files do not propagate
> automatically, in fact they are just written in plain old single page style.
>

Do you mean the "Scribble HTML" button in DrRacket? I don't believe that
supports the equivalent of `scribble --htmls` (maybe it should).

-Philip

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to