X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=04ce4e6e726215fce75d53f56416475fb34ced8e;hb=0cafb00c0023523503bc57644ac334eda127eaad;hp=ef32c0080f5b15d09fb05ac3e8d28f43f4af929f;hpb=5cf4b3a79fef86dce790f4173fa1cd1f58ebf42e;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index ef32c0080f..04ce4e6e72 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -27,7 +27,7 @@ RELEASE_FILES = ChangeLog RELEASE-COMMIT RELEASE_OUT_FILES = $(RELEASE_FILES:%=$(outdir)/%) OUT_DIST_FILES += $(RELEASE_OUT_FILES) EXTRA_DIST_FILES = VERSION .gitignore .mailmap \ - $(README_FILES) $(SCRIPTS) $(IN_FILES) website.make + $(README_FILES) $(SCRIPTS) $(IN_FILES) INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION @@ -214,6 +214,8 @@ $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-fo ln -s ../../../../../mf/$(outconfbase)/fonts.conf . -cd $(tree-share-prefix)/fonts/svg && \ ln -s ../../../../../../mf/$(outconfbase)/*.svg . + -cd $(tree-share-prefix)/fonts/svg && \ + ln -s ../../../../../../mf/$(outconfbase)/*.woff . -cd $(tree-share-prefix)/fonts/tfm && \ ln -s ../../../../../../mf/$(outconfbase)/*.tfm . -cd $(tree-share-prefix)/fonts/type1 && \ @@ -294,6 +296,6 @@ test-snippets-clean: website: $(MAKE) config_make=$(config_make) \ top-src-dir=$(top-src-dir) \ - -f $(top-src-dir)/website.make \ + -f $(top-src-dir)/make/website.make \ website