CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/21 23:16:34

Modified files:
        .              : ChangeLog GNUmakefile.in 
Added files:
        lily           : ttf.cc 

Log message:
        * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
        
        * lily/ttf.cc (print_header): new file. Convert to type42, using
        FreeType to parse the TTF.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3804&tr2=1.3805&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/GNUmakefile.in.diff?tr1=1.161&tr2=1.162&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/ttf.cc?rev=1.1

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3804 lilypond/ChangeLog:1.3805
--- lilypond/ChangeLog:1.3804   Tue Jun 21 23:12:51 2005
+++ lilypond/ChangeLog  Tue Jun 21 23:16:34 2005
@@ -1,5 +1,7 @@
 2005-06-22  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
+
        * lily/ttf.cc (print_header): new file. Convert to type42, using
        FreeType to parse the TTF. 
 
Index: lilypond/GNUmakefile.in
diff -u lilypond/GNUmakefile.in:1.161 lilypond/GNUmakefile.in:1.162
--- lilypond/GNUmakefile.in:1.161       Sat Jun 11 13:25:40 2005
+++ lilypond/GNUmakefile.in     Tue Jun 21 23:16:34 2005
@@ -10,7 +10,7 @@
 # 
 SUBDIRS = buildscripts python scripts \
        elisp \
-       flower kpath-guile ttftool lily \
+       flower kpath-guile lily \
        mf ly tex ps scm \
        po make \
        cygwin debian stepmake \


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to