mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
doc: Avoid @verbatiminclude for Scheme snippets.
* doc/guix.texi (Invoking guix package): Use @include instead of @verbatiminclude. (Additional Build Options): Likewise.
This commit is contained in:
parent
82b6bf8c0f
commit
34e624a56a
1 changed files with 2 additions and 2 deletions
|
@ -2755,7 +2755,7 @@ As an example, @var{file} might contain a definition like this
|
|||
(@pxref{Defining Packages}):
|
||||
|
||||
@lisp
|
||||
@verbatiminclude package-hello.scm
|
||||
@include package-hello.scm
|
||||
@end lisp
|
||||
|
||||
Developers may find it useful to include such a @file{guix.scm} file
|
||||
|
@ -8231,7 +8231,7 @@ As an example, @var{file} might contain a package definition like this
|
|||
(@pxref{Defining Packages}):
|
||||
|
||||
@lisp
|
||||
@verbatiminclude package-hello.scm
|
||||
@include package-hello.scm
|
||||
@end lisp
|
||||
|
||||
@item --expression=@var{expr}
|
||||
|
|
Loading…
Reference in a new issue