m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 22:21:02 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 22:21:02 +0200
commit33a6f9ec86a9c5e5072e163615e7dca44ae5b843 (patch)
treedcfe922d91b6eabea7888935e4f92f4ac646602f /lib
parent1d288cae171b2dd6fa225ff59797c2668e03870e (diff)
Give the songbook a proper title
Diffstat (limited to 'lib')
-rw-r--r--lib/latex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/latex.rb b/lib/latex.rb
index 2adcb82..e0c0f9a 100644
--- a/lib/latex.rb
+++ b/lib/latex.rb
@@ -27,7 +27,7 @@ def render_songbook songs
system "lualatex --shell-escape -output-directory=#{TmpDir}/ #{tmp 'songbook.tex'}"
# compile twice for table of contents to generate properly
system "lualatex --shell-escape -output-directory=#{TmpDir}/ #{tmp 'songbook.tex'}"
- system "mv #{tmp 'songbook.pdf'} #{build 'śpiewnik-tradycyjny.pdf'}"
+ system "mv #{tmp 'songbook.pdf'} #{build 'śpiewnik-tuturutu.pdf'}"
end
def make_pdfs songs