m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 21:40:25 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 21:42:01 +0200
commit1d288cae171b2dd6fa225ff59797c2668e03870e (patch)
treeea54ab6de1fcaf897a42158426f8e5a7f4abc49f /scripts
parent236cbc380efbf1e36f8b31511b59298747acc0b1 (diff)
Add songbook to index
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build.rb b/scripts/build.rb
index bbefac4..04e39d7 100644
--- a/scripts/build.rb
+++ b/scripts/build.rb
@@ -20,6 +20,7 @@ P = Pather.new
P.add 'index', 'index.html'
P.add 'style', 'style.css'
+P.add 'songbook', 'śpiewnik-tradycyjny.pdf'
songs.each_key do |song_id|
P.add(song_html(song_id), song_html(song_id))