From 760d3d99e98601d5e15030bf069ef072b5efc6bc Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Sun, 25 Apr 2010 12:50:56 +0200 Subject: [PATCH] Correct compilation issue with songbook-creator support. --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 796f777a..eb8c8721 100644 --- a/makefile +++ b/makefile @@ -142,6 +142,9 @@ $(SONGS): $(SONGS_SRC) @$(PRINT) "\graphicspath{{img/},$(patsubst %,{%}$(COMMA),$(dir $(SONGS_SRC)))}" > $@ @cat $(SONGS_SRC) >> $@ +mybook.sbd: + touch $@ + %.sbd: %.sgl @$(MAKE_SONGDB) --songs=$< --output=$@