guix-commits
[Top][All Lists]
Advanced

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

branch version-1.1.0 updated: doc: Remove one use of 'file-append*'.


From: guix-commits
Subject: branch version-1.1.0 updated: doc: Remove one use of 'file-append*'.
Date: Wed, 26 Aug 2020 17:08:04 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch version-1.1.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.1.0 by this push:
     new 0c7c844  doc: Remove one use of 'file-append*'.
0c7c844 is described below

commit 0c7c84407d65f3d03ad1fe3984ae4d524992f498
Author: Ludovic Courtès <ludo@gnu.org>
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 59f7724..99ac8b8 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -137,7 +137,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]