Skip to content

Commit

Permalink
Checksongs before doing a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomike committed Oct 22, 2020
1 parent ac99838 commit ef1c877
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -71,7 +71,10 @@ build/ukulele/toc.pdf: build/ukulele/toc.ps
out/songbook-ukulele.pdf: build/ukulele/toc.pdf build/empty.pdf songs/*.chopro chordpro-ukulele.json cover/cover-ukulele.pdf
./create_songbook.py ukulele guitar

release: clean out/songbook-guitar.pdf out/songbook-ukulele.pdf out/songbook-guitar-printshop.pdf out/songbook-ukulele-printshop.pdf
checksongs:
./checksongs.py

release: clean checksongs out/songbook-guitar.pdf out/songbook-ukulele.pdf out/songbook-guitar-printshop.pdf out/songbook-ukulele-printshop.pdf
./release.py

build/ukulele.songlist: songs/*.chopro
Expand Down

0 comments on commit ef1c877

Please sign in to comment.