Browse Source

Add all songs/*/ directories to the graphics path.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
801ee666d8
  1. 6
      makefile

6
makefile

@ -114,7 +114,7 @@ include $(SOURCES:%.tex=%.d)
# that is not all but no other rules are easy to move around
%.aux: $(SONGS)
COMMA=,
$(SONGS): $(SONGS_SRC)
@cat $(SONGS_SRC) > $@
@$(PRINT) "\graphicspath{{img/},$(patsubst %,{%}$(COMMA),$(dir $(SONGS_SRC)))}" > $@
@cat $(SONGS_SRC) >> $@

Loading…
Cancel
Save