diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/features.rst | 1 | ||||
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/spack/docs/features.rst b/lib/spack/docs/features.rst index 91184a3390..9ccf1a85fc 100644 --- a/lib/spack/docs/features.rst +++ b/lib/spack/docs/features.rst @@ -102,6 +102,7 @@ It typically doesn't take much python coding to get from there to a working package file: .. literalinclude:: ../spack/packages/libelf.py + :lines: 25- Spack also provides wrapper functions around common commands like ``configure``, ``make``, and ``cmake`` to make writing packages diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index 75e738efcd..60c15895d1 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -42,6 +42,7 @@ It's probably easiest to learn about packages by looking at an example. Let's take a look at ``libelf.py``: .. literalinclude:: ../spack/packages/libelf.py + :lines: 25- :linenos: Directory Structure |