diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-12 15:52:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-12 17:47:36 +0100 |
commit | d33fa0c71435396280aff94e7608c5c5be0e06a4 (patch) | |
tree | 690d3388656753579aa13e45d068232b190d9106 /doc.am | |
parent | 16aa6491177c1f88ccc20597a9b649ce5eebea67 (diff) | |
download | guix-d33fa0c71435396280aff94e7608c5c5be0e06a4.tar guix-d33fa0c71435396280aff94e7608c5c5be0e06a4.tar.gz |
doc: Show bootstrapping at the package level.
* doc/images/bootstrap-packages.dot: New file.
* doc.am (DOT_FILES): Add it.
* doc/guix.texi (Bootstrapping): Show 'guix graph' commands. Includes
'images/bootstrap-packages' and comment it.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ info_TEXINFOS = doc/guix.texi DOT_FILES = \ doc/images/bootstrap-graph.dot \ + doc/images/bootstrap-packages.dot \ doc/images/coreutils-graph.dot \ doc/images/coreutils-bag-graph.dot \ doc/images/service-graph.dot \ |