]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove links for .map, .enc
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 11 Jun 2005 13:25:40 +0000 (13:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 11 Jun 2005 13:25:40 +0000 (13:25 +0000)
don't fail if out/ doesn't exist yet.

ChangeLog
GNUmakefile.in

index 882fff12ebab2233e43aa549e67726a3a6375280..377c05d08f15a6ddb4dcd3ad67aa9f5f7f598ddc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * GNUmakefile.in: remove links for .map, .enc
+       don't fail if out/ doesn't exist yet.
+
 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * ttftool/util.c (surely_read): return nbytes
index e5f9f0cdf57cee69535bf51e3e08c530462815fc..c2b0535e36784d297053bb98abf07a28fd60bda8 100644 (file)
@@ -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), \