summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-01-09 18:06:18 +0100
committerTodd Gamblin <tgamblin@llnl.gov>2014-01-09 18:06:18 +0100
commit912a87c868dd6f67569cfaba9ce0d9d762278d29 (patch)
tree5ce20ff4f31cbfaea3ce4504d28a6eedced799f5
parentad746bd686c7dfe288760989755a261fe8bf2dc8 (diff)
downloadspack-912a87c868dd6f67569cfaba9ce0d9d762278d29.tar.gz
spack-912a87c868dd6f67569cfaba9ce0d9d762278d29.tar.bz2
spack-912a87c868dd6f67569cfaba9ce0d9d762278d29.tar.xz
spack-912a87c868dd6f67569cfaba9ce0d9d762278d29.zip
Fix docs to account for license header.
-rw-r--r--lib/spack/docs/features.rst1
-rw-r--r--lib/spack/docs/packaging_guide.rst1
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