CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/11 13:25:40

Modified files:
        .              : ChangeLog GNUmakefile.in 

Log message:
        remove links for .map, .enc
        don't fail if out/ doesn't exist yet.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3763&tr2=1.3764&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/GNUmakefile.in.diff?tr1=1.160&tr2=1.161&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3763 lilypond/ChangeLog:1.3764
--- lilypond/ChangeLog:1.3763   Fri Jun 10 20:08:56 2005
+++ lilypond/ChangeLog  Sat Jun 11 13:25:39 2005
@@ -1,3 +1,8 @@
+2005-06-11  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * GNUmakefile.in: remove links for .map, .enc
+       don't fail if out/ doesn't exist yet.
+
 2005-06-10  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * ttftool/util.c (surely_read): return nbytes
Index: lilypond/GNUmakefile.in
diff -u lilypond/GNUmakefile.in:1.160 lilypond/GNUmakefile.in:1.161
--- lilypond/GNUmakefile.in:1.160       Tue Apr 12 23:38:49 2005
+++ lilypond/GNUmakefile.in     Sat Jun 11 13:25:40 2005
@@ -128,22 +128,18 @@
                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), \


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to