From 85b5d158f68a72263be97503e7fe4adf3c2f8f22 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 17 Nov 2011 21:37:17 +0100 Subject: [PATCH] patacrep release version 3.4.4 --- books/volume-4.sb | 14 ++++++++++++++ templates/patacrep-en.tmpl | 2 +- templates/patacrep.tmpl | 2 +- utils/tarball.sh | 9 +-------- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/books/volume-4.sb b/books/volume-4.sb index 4ecddc6b..350ff1fc 100644 --- a/books/volume-4.sb +++ b/books/volume-4.sb @@ -11,8 +11,15 @@ "picturecopyright" : "LauraTheArtist @ deviantart.com", "subtitle" : "Tome 4", "songs" : [ + "Alain_Souchon/Bidon.sg", "Bob_Marley/No_woman_no_cry.sg", "Bob_Marley/Redemption_song.sg", + "Catherine_Le_Forestier/La_petite_fugue.sg", + "Charles_Aznavour/Mes_emmerdes.sg", + "Christophe/Aline.sg", + "Christophe/Les_mots_bleus.sg", + "Edith_Piaf/Padam_Padam.sg", + "Jeanne_Moreau/Le_tourbillon_de_la_vie.sg", "Joe_Dassin/Ma_bonne_etoile.sg", "Julien_Clerc/Ce_n_est_rien.sg", "Julien_Clerc/Melissa.sg", @@ -21,12 +28,19 @@ "Karpatt/Le_demenagement.sg", "Laura_Veirs/Ballad_of_John_Vogelin.sg", "Laura_Veirs/Black_eyed_Susan.sg", + "Laura_Veirs/Icebound_stream.sg", "Laura_Veirs/Jailhouse_fire.sg", "Les_Fatals_Picards/L_amour_a_la_francaise.sg", "Les_Fatals_Picards/La_securite_de_l_emploi.sg", "Matticus/Le_p_tit_gars.sg", + "Maxime_Le_Forestier/Entre_14_et_40_ans.sg", + "Maxime_Le_Forestier/Fontenay_aux_roses.sg", + "Maxime_Le_Forestier/L_auto_stop.sg", "Negresses_vertes/Sous_le_soleil_de_Bodega.sg", + "Nino_Ferrer/Mirza.sg", "Oldelaf_et_Monsieur_D/Mamy_blue.sg", + "Pep_s/Liberta.sg", "Telephone/Cendrillon.sg", + "Tracy_Chapman/Talkin_about_the_revolution.sg", "Yves_Duteil/Le_petit_pont_de_bois.sg"] } diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl index 05247051..9bf5025d 100644 --- a/templates/patacrep-en.tmpl +++ b/templates/patacrep-en.tmpl @@ -30,7 +30,7 @@ %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"lang", "description":"Language", "default":"english"}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, -%%: {"name":"version", "description":"Version", "default":"3.4.3"}, +%%: {"name":"version", "description":"Version", "default":"3.4.4"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 5e9cd1f3..a1be193b 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -30,7 +30,7 @@ %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"lang", "description":"Language", "default":"french"}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, -%%: {"name":"version", "description":"Version", "default":"3.4.3"}, +%%: {"name":"version", "description":"Version", "default":"3.4.4"}, %%: {"name":"subtitle", "description":"Subtitle"}, %%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, %%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, diff --git a/utils/tarball.sh b/utils/tarball.sh index 39a89078..33556e98 100755 --- a/utils/tarball.sh +++ b/utils/tarball.sh @@ -14,16 +14,9 @@ rm -rf perso/ ; rm -rf data/ ; rm -rf .git/ ; rm -f .gitignore ; -rm -f crep.sgl ; -rm -f chords.tex ; -rm -f lilypond/*.ps ; -rm -f lilypond/*.pdf ; rm -f utils/send.sh ; -rm -f utils/release.sh ; -rm -f utils/tarball.sh ; -rm -f tmp* +rm -f books/tmp.sb books/default.sb rm -f default* -rm -f *.pdf #Clean tmp files find . -name "*~" -type f -exec rm -f {} \; && find . -name "#*#" -type f -exec rm -f {} \;