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 /.gitignore | |
parent | 16aa6491177c1f88ccc20597a9b649ce5eebea67 (diff) | |
download | patches-d33fa0c71435396280aff94e7608c5c5be0e06a4.tar patches-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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 412d09ca11..098c9bb65c 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ GTAGS /doc/images/service-graph.eps /doc/images/service-graph.pdf /doc/images/dmd-graph.png +/doc/images/bootstrap-packages.png +/doc/images/bootstrap-packages.eps +/doc/images/bootstrap-packages.pdf |