Browse Source

Correct compilation issue with songbook-creator support.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
760d3d99e9
  1. 3
      makefile

3
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=$@

Loading…
Cancel
Save