summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/distribution.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/distribution.md b/doc/distribution.md
index d91cbe7be8..bc89a7500a 100644
--- a/doc/distribution.md
+++ b/doc/distribution.md
@@ -28,6 +28,10 @@ $ make dist
This will create several tarball in the `tmp` directory. The tarball will be named e.g. `ruby-<version>.tar.gz` (several different compression formats will be generated).
+## Building the Tarball
+
+See [Building Ruby](contributing/building_ruby.md).
+
## Updating the Ruby Standard Library
The Ruby standard library is a collection of Ruby files that are included with Ruby. These files are used to provide the basic functionality of Ruby. The standard library is located in the `lib` directory and is distributed as part of the Ruby tarball.