diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-29 22:25:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-29 23:08:36 +0200 |
commit | fe36d84eae08c485f4991f0e2ee0e53d55833f26 (patch) | |
tree | ac632b01cb9f74b091b6424e93890f5bcd8645eb /doc.am | |
parent | 257341086549ed8a02ea35d50593696127f1eed5 (diff) | |
download | patches-fe36d84eae08c485f4991f0e2ee0e53d55833f26.tar patches-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.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |