CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/08/11 13:00:47

Modified files:
        mf             : GNUmakefile 
        .              : ChangeLog 

Log message:
        (get-*-fonts): Rename from get-*-pfa.  Copy SVG
        too.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/mf/GNUmakefile.diff?tr1=1.168&tr2=1.169&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3992&tr2=1.3993&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3992 lilypond/ChangeLog:1.3993
--- lilypond/ChangeLog:1.3992   Thu Aug 11 12:52:30 2005
+++ lilypond/ChangeLog  Thu Aug 11 13:00:47 2005
@@ -1,5 +1,8 @@
 2005-08-11  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
+       * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
+       too.
+
        * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
 
        * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
Index: lilypond/mf/GNUmakefile
diff -u lilypond/mf/GNUmakefile:1.168 lilypond/mf/GNUmakefile:1.169
--- lilypond/mf/GNUmakefile:1.168       Fri Jun 17 12:41:12 2005
+++ lilypond/mf/GNUmakefile     Thu Aug 11 13:00:47 2005
@@ -181,13 +181,13 @@
        @echo ""
        @echo "ERROR: mftrace not found"
        @echo ""
-       @echo "For obtaining PFA fonts, either install mftrace "
+       @echo "For obtaining PFA/SVG fonts, either install mftrace "
        @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
        @echo "or try one of the following commands in this directory: "
        @echo ""
-       @echo " make get-pfa "
-       @echo " make get-rpm-pfa "
-       @echo " make get-deb-pfa "
+       @echo " make get-fonts "
+       @echo " make get-rpm-fonts "
+       @echo " make get-deb-fonts "
        @echo ""
        @echo "These commands will try to download the files from internet."
        @false
@@ -199,24 +199,25 @@
 $(outdir)/$(debian-package):
        wget --passive-ftp -P $(outdir) 
$(debian-mirror)/debian/pool/main/l/lilypond/$(debian-package)
 
-get-deb-pfa: $(outdir)/$(debian-package)
+get-deb-fonts: $(outdir)/$(debian-package)
        rm -rf $(outdir)/./usr
        ar p $< data.tar.gz | \
-               tar -C $(outdir) -zvxf - '*.pfa'
-       cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
+               tar -C $(outdir) -zvxf - '*.pfa' '*.svg'
+       cp `find $(outdir)/usr/ -name '*.pfa' -o -name '*.svg'` $(outdir)/
 
 
 redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
 $(outdir)/$(redhat-package):
        wget  --passive-ftp -P $(outdir) 
http://lilypond.org/download/binaries/Fedora-4/$(redhat-package)
 
-get-rpm-pfa: $(outdir)/$(redhat-package)
+get-rpm-fonts: $(outdir)/$(redhat-package)
        cd $(outdir) ; rm -rf usr/ # (root alert!) 
-       cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'
-       cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
+       cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa' '*.svg'
+       cp `find $(outdir)/usr/ -name '*.pfa' -o -name '*.svg'` $(outdir)/
 
 # change this dependency 
-get-pfa: get-rpm-pfa
+get-fonts: get-rpm-fonts
+get-pfa: get-rpm-fonts
 
 
 ##


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

Reply via email to