doc: Add missing node in master menu.
* doc/guix.texi (Top): Add missing ref to "Debugging Build Failures".master
parent
525da27c25
commit
10f4353dd6
|
@ -138,7 +138,7 @@ Programming Interface
|
||||||
|
|
||||||
Defining Packages
|
Defining Packages
|
||||||
|
|
||||||
* package Reference:: The package data type.
|
* package Reference :: The package data type.
|
||||||
* origin Reference:: The origin data type.
|
* origin Reference:: The origin data type.
|
||||||
|
|
||||||
Utilities
|
Utilities
|
||||||
|
@ -163,6 +163,7 @@ Invoking @command{guix build}
|
||||||
* Common Build Options:: Build options for most commands.
|
* Common Build Options:: Build options for most commands.
|
||||||
* Package Transformation Options:: Creating variants of packages.
|
* Package Transformation Options:: Creating variants of packages.
|
||||||
* Additional Build Options:: Options specific to 'guix build'.
|
* Additional Build Options:: Options specific to 'guix build'.
|
||||||
|
* Debugging Build Failures:: Real life packaging experience.
|
||||||
|
|
||||||
GNU Distribution
|
GNU Distribution
|
||||||
|
|
||||||
|
@ -4866,7 +4867,7 @@ described in the subsections below.
|
||||||
* Common Build Options:: Build options for most commands.
|
* Common Build Options:: Build options for most commands.
|
||||||
* Package Transformation Options:: Creating variants of packages.
|
* Package Transformation Options:: Creating variants of packages.
|
||||||
* Additional Build Options:: Options specific to 'guix build'.
|
* Additional Build Options:: Options specific to 'guix build'.
|
||||||
* Debugging Build Failures:: Real life packaging experience
|
* Debugging Build Failures:: Real life packaging experience.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Common Build Options
|
@node Common Build Options
|
||||||
|
|
Reference in New Issue