]> git.donarmstrong.com Git - lilypond.git/commitdiff
(OUT_DIST_FILES): don't dist Flex output
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jun 2005 15:45:56 +0000 (15:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jun 2005 15:45:56 +0000 (15:45 +0000)
ChangeLog
lily/GNUmakefile

index 8b29879cb8ec19c9ccc0f2752f739e54697d0dc9..bf857ad5d0ad4a836acae0ab7b1279fecf9eba10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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 e92486e321c638709c67ade3376c3bab7e63b26f..29a5133f5071b89c4ca42d4cf071304bbeb5aa2d 100644 (file)
@@ -11,7 +11,7 @@ MODULE_CXXFLAGS=
 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