guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix copy-build-system specification.


From: guix-commits
Subject: branch master updated: doc: Fix copy-build-system specification.
Date: Fri, 21 Feb 2020 07:10:41 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dd2876a  doc: Fix copy-build-system specification.
dd2876a is described below

commit dd2876aabcc4a62ddb8cbd96738a2bffd41390b1
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Fri Feb 21 13:09:29 2020 +0100

    doc: Fix copy-build-system specification.
    
    * doc/guix.texi (Build Systems): Files must match one or more filters, not
      exactly one.
---
 doc/guix.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1fc4bd0..1349d9b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6187,10 +6187,11 @@ as above.
 @code{#:exclude-regexp}, only select files are installed depending on
 the filters.  Each filters is specified by a list of strings.
 @itemize
-@item With @code{#:include}, install all the files which path suffix exactly 
matches
-one of the elements in the given list.
-@item With @code{#:include-regexp}, install all the files which subpaths match 
the
-regular expressions in the given list.
+@item With @code{#:include}, install all the files which the path suffix 
matches
+at least one of the elements in the given list.
+@item With @code{#:include-regexp}, install all the files which the
+subpaths match at least one of the regular expressions in the given
+list.
 @item The @code{#:exclude} and @code{#:exclude-regexp} filters
 are the complement of their inclusion counterpart.  Without @code{#:include} 
flags,
 install all files but those matching the exclusion filters.



reply via email to

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