diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-13 15:42:10 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-29 20:49:33 +0900 |
commit | 38507b4e1532273c13018472080c3fca3897fd92 (patch) | |
tree | 61b6710ed8596aa88161e1e0859061cd5b613d8a /doc/source | |
parent | 1625de0e932fa8419d7da079c206cf6bf6c71559 (diff) | |
download | buildstream-38507b4e1532273c13018472080c3fca3897fd92.tar.gz |
doc/source/format_intro.rst: Adding link anchor for include directives
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/format_intro.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/format_intro.rst b/doc/source/format_intro.rst index 23c37aeae..86a3d336a 100644 --- a/doc/source/format_intro.rst +++ b/doc/source/format_intro.rst @@ -290,6 +290,9 @@ free form and not validated. (=): - cp src/program %{bindir} + +.. _format_directives_include: + (@) Include ~~~~~~~~~~~ Indicates that content should be loaded from files. |