summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 3 insertions, 1 deletions
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 . && \