summary refs log tree commit diff
path: root/doc.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-29 22:25:43 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-29 23:08:36 +0200
commitfe36d84eae08c485f4991f0e2ee0e53d55833f26 (patch)
treeac632b01cb9f74b091b6424e93890f5bcd8645eb /doc.am
parent257341086549ed8a02ea35d50593696127f1eed5 (diff)
downloadguix-fe36d84eae08c485f4991f0e2ee0e53d55833f26.tar.gz
doc: Add 'guix environment' examples.
* doc/environment-gdb.scm: New file.
* doc.am (EXTRA_DIST): Add it.
* doc/guix.texi (Invoking guix environment): Clarify wording of the first
  example.  Add a --ad-hoc example upfront.  Add an example for '-e', and one
  for '-l'.
Diffstat (limited to 'doc.am')
-rw-r--r--doc.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc.am b/doc.am
index 9d72b11caa..8a65b8d90d 100644
--- a/doc.am
+++ b/doc.am
@@ -24,7 +24,8 @@ EXTRA_DIST +=					\
   doc/fdl-1.3.texi				\
   doc/images/bootstrap-graph.dot		\
   doc/images/bootstrap-graph.eps		\
-  doc/images/bootstrap-graph.pdf
+  doc/images/bootstrap-graph.pdf		\
+  doc/environment-gdb.scm
 
 OS_CONFIG_EXAMPLES_TEXI =			\
   doc/os-config-bare-bones.texi			\