guix-commits
[Top][All Lists]
Advanced

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

03/08: doc: Remove one use of 'file-append*'.


From: guix-commits
Subject: 03/08: doc: Remove one use of 'file-append*'.
Date: Mon, 25 May 2020 17:40:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8c23d7a15e90481f0b4ab2ba9bd178d68e7affaa
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon May 25 17:24:54 2020 +0200

    doc: Remove one use of 'file-append*'.
    
    * doc/build.scm (texinfo-manual-source)[build]: Use 'file-append', not
    'file-append*', for 'htmlxref.cnf', to ensure it has the right basename.
---
 doc/build.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/build.scm b/doc/build.scm
index def4bdf..7256fb9 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -141,7 +141,7 @@ as well as images, OS examples, and translations."
                             (date->string date "~B ~Y")
                             version version))))))
 
-          (install-file #$(file-append* documentation "/htmlxref.cnf")
+          (install-file #$(file-append documentation "/htmlxref.cnf")
                         #$output)
 
           (for-each (lambda (texi)



reply via email to

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