X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;fp=GNUmakefile.in;h=8917d561cd2f1c5078a0ccd0957d310217d22778;hb=ebd5a4af248c95178abb8490a32c0b8d3af4e1d7;hp=749f27aaee8cceffbef85586a33e274083d1654b;hpb=0fbbdc6c58432060770d3d4f76e063c2028c0023;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 749f27aaee..8917d561cd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -253,14 +253,16 @@ $(tree-share-prefix)/mf-link-tree: $(tree-share-prefix)/lilypond-force -rm -f $(tree-share-prefix)/fonts/otf/* && \ rm -f $(tree-share-prefix)/fonts/svg/* && \ rm -f $(tree-share-prefix)/fonts/fonts.conf && \ - rm -f $(tree-share-prefix)/fonts/lilypond-fonts.conf && \ + rm -f $(tree-share-prefix)/fonts/00-lilypond-fonts.conf && \ + rm -f $(tree-share-prefix)/fonts/99-lilypond-fonts.conf && \ 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 . -cd $(tree-share-prefix)/fonts && \ ln -s ../../../../../mf/$(outconfbase)/fonts.conf . && \ - ln -s ../../../../../mf/$(outconfbase)/lilypond-fonts.conf . + ln -s ../../../../../mf/$(outconfbase)/00-lilypond-fonts.conf . && \ + ln -s ../../../../../mf/$(outconfbase)/99-lilypond-fonts.conf . -cd $(tree-share-prefix)/fonts/svg && \ ln -s ../../../../../../mf/$(outconfbase)/*.svg . -cd $(tree-share-prefix)/fonts/svg && \