guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: doc: Avoid @verbatiminclude for Scheme snippets.


From: guix-commits
Subject: 06/07: doc: Avoid @verbatiminclude for Scheme snippets.
Date: Wed, 25 Sep 2019 09:49:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 34e624a56ad42f93d8526f7c7e2025d26a4cba5e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 25 15:38:26 2019 +0200

    doc: Avoid @verbatiminclude for Scheme snippets.
    
    * doc/guix.texi (Invoking guix package): Use @include instead of
    @verbatiminclude.
    (Additional Build Options): Likewise.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index dd54f7f..267c2e9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]