diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-15 18:48:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-15 18:50:22 +0200 |
commit | 61263e1ba3a5d9b31da5876b1c5248cee3859996 (patch) | |
tree | 530da6c4bba8b4a9f9e1570ad8db7f65e3d7d713 /doc/guix-cookbook.texi | |
parent | 5ef1508942ee083ed22b844f5291e59320016b79 (diff) | |
download | guix-61263e1ba3a5d9b31da5876b1c5248cee3859996.tar.gz |
doc: Add "Build Utilities" section.
* doc/guix.texi (Build Utilities): New section. (Defining Packages): Refer to it. (Build Systems): Likewise. * doc/guix-cookbook.texi (Extended example): Likewise.
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 9dffbca196..2845391db4 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1143,6 +1143,9 @@ then restore the previous working directory. A ``@command{sed}-like'' function. @end table +@xref{Build Utilities,,, guix, GNU Guix Reference Manual}, for more +information on these utilities. + @subsubsection Module prefix The license in our last example needs a prefix: this is because of how the |