doc: Avoid @verbatiminclude for Scheme snippets.

* doc/guix.texi (Invoking guix package): Use @include instead of
@verbatiminclude.
(Additional Build Options): Likewise.
master
Ludovic Courtès 2019-09-25 15:38:26 +02:00
parent 82b6bf8c0f
commit 34e624a56a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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}