From 9767aa410596d23633a53e7151c7fe5e487d2e4f Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 11 Jun 2005 13:25:40 +0000 Subject: [PATCH] remove links for .map, .enc don't fail if out/ doesn't exist yet. --- ChangeLog | 5 +++++ GNUmakefile.in | 14 +++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) 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), \ -- 2.39.5