From 59c212607ee1982e810464e390daee38ef678c33 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 6 Nov 2019 08:03:28 +0000 Subject: [PATCH] [backport] Add links to packaging and distro pages (#12603) [ci skip] --- doc/lib.rst | 1 + doc/packaging.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/lib.rst b/doc/lib.rst index 154c493a35..e87cc77cc2 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 `_ for hints on distributing Nim using OS packages. * `dynlib `_ This module implements the ability to access symbols from shared libraries. diff --git a/doc/packaging.rst b/doc/packaging.rst index efbffeba56..ecde73f61a 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 `_ for tools to detect Linux distribution at runtime. Supported architectures -----------------------