build-system/guile: Fix typo in documentation string.
* guix/build/guile-build-system.scm (install-documentation): Fix typo in documentation string. Change-Id: I8940591fcbf8222c8f8365dabbac0e8300cad84c Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
080d2dbcb5
commit
7fc91c1413
|
@ -216,7 +216,7 @@ installed; this is useful for files that are meant to be included."
|
|||
(documentation-file-regexp
|
||||
%documentation-file-regexp)
|
||||
#:allow-other-keys)
|
||||
"Install files that mactch DOCUMENTATION-FILE-REGEXP."
|
||||
"Install files that match DOCUMENTATION-FILE-REGEXP."
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(doc (string-append out "/share/doc/"
|
||||
(strip-store-file-name out))))
|
||||
|
|
Reference in New Issue