From: hanwen <hanwen>
Date: Sat, 11 Jun 2005 13:25:40 +0000 (+0000)
Subject: remove links for .map, .enc
X-Git-Tag: release/2.5.32^2~16
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9767aa410596d23633a53e7151c7fe5e487d2e4f;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  <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
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), \