X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=76f4515be93f6034c4fd0966788a8ff512afb9b3;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=8917d561cd2f1c5078a0ccd0957d310217d22778;hpb=ebd5a4af248c95178abb8490a32c0b8d3af4e1d7;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 8917d561cd..76f4515be9 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -258,7 +258,11 @@ $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force rm -f $(tree-share-prefix)/fonts/tfm/* && \ rm -f $(tree-share-prefix)/fonts/type1/* && \ cd $(tree-share-prefix)/fonts/otf && \ - ln -s ../../../../../../mf/$(outconfbase)/*.otf . + ln -s ../../../../../../mf/$(outconfbase)/*.otf . && \ + $(foreach i,$(addprefix $(TEXGYRE_DIR)/,$(TEXGYRE_FILES)), \ + ln -s $i . && ) true && \ + $(foreach i,$(addprefix $(URWOTF_DIR)/,$(URWOTF_FILES)), \ + ln -s $i . && ) true -cd $(tree-share-prefix)/fonts && \ ln -s ../../../../../mf/$(outconfbase)/fonts.conf . && \ ln -s ../../../../../mf/$(outconfbase)/00-lilypond-fonts.conf . && \