summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-13 21:57:14 +0100
committerLudovic Courtès <ludo@gnu.org>2019-03-13 23:12:43 +0100
commite1c15e8b8e25e14c253ff1212e289565736f6ea7 (patch)
treeb1485078cf13ecf92d24c9d5b5d641457796639f /doc/local.mk
parent82f29e5b4f91f716755834c5cf7d08dae9852d8d (diff)
downloadpatches-e1c15e8b8e25e14c253ff1212e289565736f6ea7.tar
patches-e1c15e8b8e25e14c253ff1212e289565736f6ea7.tar.gz
doc: Document the graphical installer some more.
* doc/guix.texi (Preparing for Installation): Rewrite to specify the two installation modes. (Guided Graphical Installation): New node. (Manual Installation): New node, with the former sections. (After System Installation): New node. * doc/images/installer-network.png, doc/images/installer-partitions.png, doc/images/installer-resume.png: New files. * doc/local.mk (dist_infoimage_DATA): Add them.
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk
index adb7b5102d..18115fb295 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,6 +1,6 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
-# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2013 Andreas Enge <andreas@enge.fr>
# Copyright © 2016 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
# Copyright © 2016, 2018 Mathieu Lirzin <mthl@gnu.org>
@@ -111,7 +111,10 @@ $(srcdir)/%D%/contributing.%.texi: po/doc/guix-manual.%.po
infoimagedir = $(infodir)/images
dist_infoimage_DATA = \
$(DOT_FILES:%.dot=%.png) \
- %D%/images/coreutils-size-map.png
+ %D%/images/coreutils-size-map.png \
+ %D%/images/installer-network.png \
+ %D%/images/installer-partitions.png \
+ %D%/images/installer-resume.png
# Try hard to obtain an image size and aspect that's reasonable for inclusion
# in an Info or PDF document.