mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue