Skip to content
Snippets Groups Projects
Unverified Commit 8c23d7a1 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent abf43d45
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ (define (make-version-texi language) ...@@ -141,7 +141,7 @@ (define (make-version-texi language)
(date->string date "~B ~Y") (date->string date "~B ~Y")
version version)))))) version version))))))
(install-file #$(file-append* documentation "/htmlxref.cnf") (install-file #$(file-append documentation "/htmlxref.cnf")
#$output) #$output)
(for-each (lambda (texi) (for-each (lambda (texi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment