From: hanwen Date: Mon, 6 Jun 2005 15:45:56 +0000 (+0000) Subject: (OUT_DIST_FILES): don't dist Flex output X-Git-Tag: release/2.5.32^2~65 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3f406e9024c05bc153f3698087efdf4cc4cd12f9;p=lilypond.git (OUT_DIST_FILES): don't dist Flex output --- diff --git a/ChangeLog b/ChangeLog index 8b29879cb8..bf857ad5d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-06-06 Han-Wen Nienhuys + * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output + * scm/output-svg.scm (setcolor): implement (re)setcolor with change black to currentColor everywhere. This fixes color support in SVG. diff --git a/lily/GNUmakefile b/lily/GNUmakefile index e92486e321..29a5133f50 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -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