Browse Source

Correct compilation issue with songbook-creator support.

remotes/origin/split-songs
Alexandre Dupas 15 years ago
parent
commit
a9c533c0c3
  1. 3
      makefile

3
makefile

@ -142,6 +142,9 @@ $(SONGS): $(SONGS_SRC)
@$(PRINT) "\graphicspath{{img/},$(patsubst %,{%}$(COMMA),$(dir $(SONGS_SRC)))}" > $@ @$(PRINT) "\graphicspath{{img/},$(patsubst %,{%}$(COMMA),$(dir $(SONGS_SRC)))}" > $@
@cat $(SONGS_SRC) >> $@ @cat $(SONGS_SRC) >> $@
mybook.sbd:
touch $@
%.sbd: %.sgl %.sbd: %.sgl
@$(MAKE_SONGDB) --songs=$< --output=$@ @$(MAKE_SONGDB) --songs=$< --output=$@

Loading…
Cancel
Save