diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 22:21:02 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 22:21:02 +0200 |
commit | 33a6f9ec86a9c5e5072e163615e7dca44ae5b843 (patch) | |
tree | dcfe922d91b6eabea7888935e4f92f4ac646602f /scripts | |
parent | 1d288cae171b2dd6fa225ff59797c2668e03870e (diff) |
Give the songbook a proper title
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |