summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/find-dependencies.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/find-dependencies.scm b/build-aux/find-dependencies.scm
index fb68e9c..5ced7fb 100644
--- a/build-aux/find-dependencies.scm
+++ b/build-aux/find-dependencies.scm
@@ -69,7 +69,7 @@ dependency is of the form (tag . file). tag may either be the symbol
(_ #f))
dependencies)
" "))
- (format #t "DOC_OTHER_DEPENDENCIES = ~a~%"
+ (format #t "DOC_OTHER = ~a~%"
(string-join (filter-map (match-lambda
(('other . file) file)
(_ #f))