summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-07 11:59:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-07 11:59:19 +0900
commit8bfc46a9a3ba16f58aa68d8191048df7f0720f04 (patch)
treefa34bcb63d89b4790f3e1bccd9ceed4a7e1512af /template
parent8b290448e3233e03b01288c179eb49bee63d1302 (diff)
Fixed wrong usage of file2lastrev.rb
Diffstat (limited to 'template')
-rw-r--r--template/Doxyfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 2fc882edd9..a16e43bc65 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -21,7 +21,7 @@ have_dot = dot.empty? ? "NO" : "YES"
PROJECT_NAME = Ruby
PROJECT_NUMBER = <%=RUBY_VERSION%><%= RUBY_PATCHLEVEL < 0 ? 'dev' : "p#{RUBY_PATCHLEVEL}" %> (<%=RUBY_RELEASE_DATE%> revision <%=RUBY_REVISION%>)
STRIP_FROM_PATH = <%=srcdir%>
-FILE_VERSION_FILTER = "<%=miniruby%> <%=srcdir%>/tool/file2lastrev.rb -q"
+FILE_VERSION_FILTER = "<%=miniruby%> <%=srcdir%>/tool/file2lastrev.rb -q --srcdir=<%=srcdir%>"
INPUT = <%=srcdir%> .
INPUT_FILTER = "<%=miniruby%> <%=srcdir%>/tool/strip-rdoc.rb"