Skip to content

Commit

Permalink
specify relative dir on args in asciidoctor-pdf. next-l/enju_leaf#1907
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Aug 24, 2024
1 parent fbd3550 commit 6d12076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pdf/convert-adoc2pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
enju_user_all.adoc
enju_webapi_all.adoc ].each do |file|
STDERR.puts file
system("asciidoctor-pdf -v -a scripts=cjk -a pdf-theme=./cjk-theme.yml -a pdf-fontsdir=./fonts -r asciidoctor/pdf/nogmagick #{File.join(d, file)}")
system("asciidoctor-pdf -v -a scripts=cjk -a pdf-theme=#{d}/cjk-theme.yml -a pdf-fontsdir=#{d}/fonts -r asciidoctor/pdf/nogmagick #{File.join(d, file)}")
end
end

0 comments on commit 6d12076

Please sign in to comment.