On this page:
Building Distributions of Racket
8.12

Building Distributions of Racket🔗ℹ

The "distro-build" collection provides tools for creating a Racket distribution—like the ones available at http://download.racket-lang.org, but perhaps for different versions or with different packages pre-installed.

The distribution-building tools are meant to be driven by a makefile in the main Racket source repository, which is currently https://github.com/racket/racket. See "build.md" there for general build information.