diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 21:40:25 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 21:42:01 +0200 |
commit | 1d288cae171b2dd6fa225ff59797c2668e03870e (patch) | |
tree | ea54ab6de1fcaf897a42158426f8e5a7f4abc49f /lib | |
parent | 236cbc380efbf1e36f8b31511b59298747acc0b1 (diff) |
Add songbook to index
Diffstat (limited to 'lib')
-rw-r--r-- | lib/latex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/latex.rb b/lib/latex.rb index fa1094c..2adcb82 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 'songbook.pdf'}" + system "mv #{tmp 'songbook.pdf'} #{build 'śpiewnik-tradycyjny.pdf'}" end def make_pdfs songs |