diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-16 23:03:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-16 23:03:40 +0100 |
commit | ad172c4a767e9a88d8861a1bd979c3a140dfdb68 (patch) | |
tree | b7e3b0df908a3dfcb38d4c44331fa9b9272681d7 /doc | |
parent | 107b8da6228fca888a0801c3eadf4bb23a6b46a4 (diff) | |
download | patches-ad172c4a767e9a88d8861a1bd979c3a140dfdb68.tar patches-ad172c4a767e9a88d8861a1bd979c3a140dfdb68.tar.gz |
doc: Reorganize categories.
* doc/guix.texi: Move "guix build" to the "Software Development"
category; add "guix pack".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bdbfedfdb5..93640dfba5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -47,7 +47,6 @@ Documentation License''. @direntry * Guix: (guix). Manage installed software and system configuration. * guix package: (guix)Invoking guix package. Installing, removing, and upgrading packages. -* guix build: (guix)Invoking guix build. Building packages. * guix gc: (guix)Invoking guix gc. Reclaiming unused disk space. * guix pull: (guix)Invoking guix pull. Update the list of available packages. * guix system: (guix)Invoking guix system. Manage the operating system configuration. @@ -56,6 +55,8 @@ Documentation License''. @dircategory Software development @direntry * guix environment: (guix)Invoking guix environment. Building development environments with Guix. +* guix build: (guix)Invoking guix build. Building packages. +* guix pack: (guix)Invoking guix pack. Creating binary bundles. @end direntry @titlepage |