diff options
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index f5b01f42fdb..df6bb2b1a84 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -203,6 +203,10 @@ example, the @code{origin} record) has changed, and all of guix needs to be recompiled to take that change into account. To do so, run @command{make clean-go} followed by @command{make}. +Should @command{make} fail with an Automake error message after +updating, you need to repeat the steps outlined in this section, +commencing with @command{./bootstrap}. + @node Running Guix Before It Is Installed @section Running Guix Before It Is Installed |