summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2019-11-06 08:03:28 +0000
committerMiran <narimiran@disroot.org>2019-11-06 09:03:28 +0100
commit59c212607ee1982e810464e390daee38ef678c33 (patch)
tree36160b7e5cca84e016f776a213f9476609dbcb7b
parentd19206755bbbb6482b3e29499eda92d3d97b2f1b (diff)
downloadNim-59c212607ee1982e810464e390daee38ef678c33.tar.gz
[backport] Add links to packaging and distro pages (#12603) [ci skip]
-rw-r--r--doc/lib.rst1
-rw-r--r--doc/packaging.rst3
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 154c493a3..e87cc77cc 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -208,6 +208,7 @@ Generic Operating System Services
   Its primary purpose is to produce output for Nimble packages,
   but it also contains the widely used **Distribution** enum
   that is useful for writing platform specific code.
+  See `packaging <packaging.html>`_ for hints on distributing Nim using OS packages.
 
 * `dynlib <dynlib.html>`_
   This module implements the ability to access symbols from shared libraries.
diff --git a/doc/packaging.rst b/doc/packaging.rst
index efbffeba5..ecde73f61 100644
--- a/doc/packaging.rst
+++ b/doc/packaging.rst
@@ -2,6 +2,9 @@
 Packaging Nim
 =============
 
+This page provide hints on distributing Nim using OS packages.
+
+See `distros <distros.html>`_ for tools to detect Linux distribution at runtime.
 
 Supported architectures
 -----------------------