mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Improve Info categories.
* doc/guix.texi: Change main category to "System administration". Fix syntax of subnodes. Add entries for 'guix pull' and 'guix gc'. Add "Emacs" category.
This commit is contained in:
parent
5c7e1a3270
commit
abd678565e
1 changed files with 14 additions and 10 deletions
|
@ -27,23 +27,27 @@ copy of the license is included in the section entitled ``GNU Free
|
|||
Documentation License''.
|
||||
@end copying
|
||||
|
||||
@dircategory Package management
|
||||
@dircategory System administration
|
||||
@direntry
|
||||
* guix: (guix). Guix, the functional package manager.
|
||||
* guix package: (guix)Invoking guix package
|
||||
Managing packages with Guix.
|
||||
* guix build: (guix)Invoking guix build
|
||||
Building packages with Guix.
|
||||
* guix system: (guix)Invoking guix system
|
||||
Managing the operating system configuration.
|
||||
* 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.
|
||||
@end direntry
|
||||
|
||||
@dircategory Software development
|
||||
@direntry
|
||||
* guix environment: (guix)Invoking guix environment
|
||||
Building development environments with Guix.
|
||||
* guix environment: (guix)Invoking guix environment. Building development environments with Guix.
|
||||
@end direntry
|
||||
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
* Guix user interface: (guix)Emacs Interface. Package management from the comfort of Emacs.
|
||||
@end direntry
|
||||
|
||||
|
||||
@titlepage
|
||||
@title GNU Guix Reference Manual
|
||||
@subtitle Using the GNU Guix Functional Package Manager
|
||||
|
|
Loading…
Reference in a new issue