From 67fdf3d233e59096a5f4fb16bf50956f970feb82 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 10 May 2026 10:04:31 +0200 Subject: Describe the comment syntax --- rakelib/doc.rake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rakelib/doc.rake') diff --git a/rakelib/doc.rake b/rakelib/doc.rake index 54f5d35..7838871 100644 --- a/rakelib/doc.rake +++ b/rakelib/doc.rake @@ -19,8 +19,9 @@ rule '.bbl' => '.bcf' do |t| end namespace :doc do - task :tex do - sh 'pdflatex', '-output-directory', '../build/doc', 'report', chdir: 'doc' + task tex: 'build/doc' do |t| + sh 'pdflatex', '-output-directory', "../#{t.prerequisites.first}", 'report', + chdir: 'doc' end end -- cgit v1.2.3