From 33a6f9ec86a9c5e5072e163615e7dca44ae5b843 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 12 Sep 2021 22:21:02 +0200 Subject: Give the songbook a proper title --- scripts/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build.rb b/scripts/build.rb index 04e39d7..1e4e30c 100644 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -20,7 +20,7 @@ P = Pather.new P.add 'index', 'index.html' P.add 'style', 'style.css' -P.add 'songbook', 'śpiewnik-tradycyjny.pdf' +P.add 'songbook', 'śpiewnik-tuturutu.pdf' songs.each_key do |song_id| P.add(song_html(song_id), song_html(song_id)) -- cgit v1.2.3