X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;fp=GNUmakefile.in;h=abc7ecaf6aba1eea6416582c9a590ec2690296b1;hb=7c30014f110ee407b56c91d3b451b28ce7a89f8a;hp=8917d561cd2f1c5078a0ccd0957d310217d22778;hpb=b78ddeaa721f4bca1ce11d429ffe7d6b881ca8be;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 8917d561cd..abc7ecaf6a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -258,7 +258,9 @@ $(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 -cd $(tree-share-prefix)/fonts && \ ln -s ../../../../../mf/$(outconfbase)/fonts.conf . && \ ln -s ../../../../../mf/$(outconfbase)/00-lilypond-fonts.conf . && \