From: Han-Wen Nienhuys Date: Sat, 11 Jun 2005 13:25:40 +0000 (+0000) Subject: remove links for .map, .enc X-Git-Tag: release/2.5.31~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c973a61a959b31304e04c75acb7a0a9bd0f8088;p=lilypond.git remove links for .map, .enc don't fail if out/ doesn't exist yet. --- diff --git a/ChangeLog b/ChangeLog index 882fff12eb..377c05d08f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-11 Han-Wen Nienhuys + + * GNUmakefile.in: remove links for .map, .enc + don't fail if out/ doesn't exist yet. + 2005-06-10 Han-Wen Nienhuys * ttftool/util.c (surely_read): return nbytes diff --git a/GNUmakefile.in b/GNUmakefile.in index e5f9f0cdf5..c2b0535e36 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -128,22 +128,18 @@ $(tree-prefix)/lilypond-force link-tree: GNUmakefile ln -s $(abs-srcdir)/tex source && \ ln -s ../../../../tex/$(outconfbase) tex-out && \ ln -s ../../../../mf/$(outconfbase) mf-out - cd $(tree-prefix)/fonts/enc && \ - ln -s ../../../../../mf/$(outconfbase)/*.enc . - cd $(tree-prefix)/fonts/map && \ - ln -s ../../../../../mf/$(outconfbase)/*.map . - cd $(tree-prefix)/fonts/otf && \ + -cd $(tree-prefix)/fonts/otf && \ ln -s ../../../../../mf/$(outconfbase)/*.otf . - cd $(tree-prefix)/fonts/svg && \ + -cd $(tree-prefix)/fonts/svg && \ ln -s ../../../../../mf/$(outconfbase)/*.svg . - cd $(tree-prefix)/fonts/tfm && \ + -cd $(tree-prefix)/fonts/tfm && \ ln -s ../../../../../mf/$(outconfbase)/*.tfm . - cd $(tree-prefix)/fonts/type1 && \ + -cd $(tree-prefix)/fonts/type1 && \ ln -s ../../../../../mf/$(outconfbase)/*.pfa . cd $(tree-prefix)/fonts && \ ln -s $(abs-srcdir)/mf source && \ true - cd $(tree-prefix)/elisp && \ + -cd $(tree-prefix)/elisp && \ ln -sf ../../../../../elisp/$(outconfbase)/lilypond-words.el . && \ ln -s $(abs-srcdir)/elisp/*.el . $(foreach i,$(CATALOGS), \