summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-02-07 20:27:53 +0100
committerGitHub <noreply@github.com>2023-02-07 20:27:53 +0100
commit779092508cc94f043abbd44cf73cefe1b440a558 (patch)
tree4f492c184e66bcb26d52fd0c1721400a904c3988 /doc
parent826067b0f970fe7d5514c908be5a30c308a836b5 (diff)
downloadruby-779092508cc94f043abbd44cf73cefe1b440a558.tar.gz
Add Building the Tarball section in distribution docs
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.