From 1d288cae171b2dd6fa225ff59797c2668e03870e Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 12 Sep 2021 21:40:25 +0200 Subject: Add songbook to index --- lib/latex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3