CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/06 15:45:57

Modified files:
        .              : ChangeLog 
        lily           : GNUmakefile 

Log message:
        (OUT_DIST_FILES): don't dist Flex output

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3721&tr2=1.3722&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/GNUmakefile.diff?tr1=1.52&tr2=1.53&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3721 lilypond/ChangeLog:1.3722
--- lilypond/ChangeLog:1.3721   Mon Jun  6 15:38:28 2005
+++ lilypond/ChangeLog  Mon Jun  6 15:45:56 2005
@@ -1,5 +1,7 @@
 2005-06-06  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
+
        * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
        change black to currentColor everywhere. This fixes color support
        in SVG.
Index: lilypond/lily/GNUmakefile
diff -u lilypond/lily/GNUmakefile:1.52 lilypond/lily/GNUmakefile:1.53
--- lilypond/lily/GNUmakefile:1.52      Mon Jun  6 14:27:42 2005
+++ lilypond/lily/GNUmakefile   Mon Jun  6 15:45:56 2005
@@ -11,7 +11,7 @@
 HELP2MAN_EXECS = lilypond
 STEPMAKE_TEMPLATES=c c++ executable po help2man
 
-OUT_DIST_FILES=$(addprefix $(outdir)/,parser.cc parser.hh FlexLexer.h lexer.cc)
+OUT_DIST_FILES=$(addprefix $(outdir)/,parser.cc parser.hh )
 
 include $(depth)/make/stepmake.make 
 


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

Reply via email to