build-system/gnu: Add docstring to 'delete-info-dir-file'.
* guix/build/gnu-build-system.scm (delete-info-dir-file): Add docstring.
This commit is contained in:
parent
26b261ecfe
commit
b198545df6
|
@ -539,6 +539,7 @@ DOCUMENTATION-COMPRESSOR-FLAGS."
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
(define* (delete-info-dir-file #:key outputs #:allow-other-keys)
|
(define* (delete-info-dir-file #:key outputs #:allow-other-keys)
|
||||||
|
"Delete any 'share/info/dir' file from OUTPUTS."
|
||||||
(for-each (match-lambda
|
(for-each (match-lambda
|
||||||
((output . directory)
|
((output . directory)
|
||||||
(let ((info-dir-file (string-append directory "/share/info/dir")))
|
(let ((info-dir-file (string-append directory "/share/info/dir")))
|
||||||
|
|
Loading…
Reference in New Issue