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