From 779092508cc94f043abbd44cf73cefe1b440a558 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 7 Feb 2023 20:27:53 +0100 Subject: Add Building the Tarball section in distribution docs --- doc/distribution.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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-.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. -- cgit v1.2.1