lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stop installing TFM and Type1 fonts. (issue 577700043 by address@hid


From: hanwenn
Subject: Re: Stop installing TFM and Type1 fonts. (issue 577700043 by address@hidden)
Date: Thu, 09 Apr 2020 10:28:15 -0700

Reviewers: lemzwerg,

Message:
commit 28b894cb8d121eb7f531e193d1736b99fe593edf
Author: Han-Wen Nienhuys <address@hidden>
Date:   Sun Mar 15 17:02:16 2020 +0100

    Stop installing TFM and Type1 fonts.
    
    https://sourceforge.net/p/testlilyissues/issues/5855
    http://codereview.appspot.com/577700043


Description:
Stop installing TFM and Type1 fonts.

Please review this at https://codereview.appspot.com/577700043/

Affected files (+1, -10 lines):
  M GNUmakefile.in


Index: GNUmakefile.in
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 
42b62683302441b1fbcb14a8b0a8433397e86d4d..823e82ea964d93b93842c19b2c99fc7a9b99e05c
 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -226,10 +226,7 @@ $(tree-share-prefix)/lilypond-force: GNUmakefile 
$(outdir)/VERSION
        mkdir -p $(tree-share-prefix)/elisp
        mkdir -p $(tree-share-prefix)/fonts
        mkdir -p $(tree-share-prefix)/fonts/otf
-       mkdir -p $(tree-share-prefix)/fonts/tfm
-       mkdir -p $(tree-share-prefix)/fonts/type1
        mkdir -p $(tree-share-prefix)/fonts/svg
-       mkdir -p $(tree-share-prefix)/fonts/map
        mkdir -p $(tree-share-prefix)/fonts/enc
        mkdir -p $(tree-share-prefix)/tex
        cd $(tree-bin) && \
@@ -270,9 +267,7 @@ $(tree-share-prefix)/mf-link-tree: 
$(tree-share-prefix)/lilypond-force
        rm -f $(tree-share-prefix)/fonts/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 && \
+       cd $(tree-share-prefix)/fonts/otf && \
                ln -s ../../../../../../mf/$(outconfbase)/*.otf . && \
                $(foreach i,$(addprefix $(TEXGYRE_DIR)/,$(TEXGYRE_FILES)), \
                        ln -s $i . && ) true && \
@@ -286,10 +281,6 @@ $(tree-share-prefix)/mf-link-tree: 
$(tree-share-prefix)/lilypond-force
                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 && \
-               ln -s ../../../../../../mf/$(outconfbase)/*.pf? .
        touch $(tree-share-prefix)/mf-link-tree
 
 TAGS.make: dummy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]