From ea20c95eec3f834ef7d63da4c31bf23bcd80ff28 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 24 Apr 2005 22:32:17 +0000 Subject: [PATCH] (OUT_DIST_FILES): don't dist lexer.cc --- ChangeLog | 4 ++++ Documentation/topdocs/INSTALL.texi | 3 --- lily/GNUmakefile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15b17e2ff0..3b8933dd1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 Han-Wen Nienhuys + + * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc + 2005-04-22 Laura Conrad * scripts/abc2ly: diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 2a7cb25125..f5252a7db5 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -116,9 +116,6 @@ newer). EGCS and 2.x are known to cause crashes. @item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer). -@item @uref{http://www.gnu.org/software/bison/,Bison} (version 1.29 or -newer, but not 1.50 or 1.75). - @item @uref{http://www.gnu.org/software/gettext/gettext.html,gettext}. @item All packages required for running, including development packages with diff --git a/lily/GNUmakefile b/lily/GNUmakefile index 8dfb77025e..257a416756 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -11,7 +11,7 @@ MODULE_CXXFLAGS= HELP2MAN_EXECS = lilypond STEPMAKE_TEMPLATES= c++ executable po help2man -OUT_DIST_FILES=$(addprefix $(outdir)/,parser.cc lexer.cc parser.hh) +OUT_DIST_FILES=$(addprefix $(outdir)/,parser.cc parser.hh) include $(depth)/make/stepmake.make -- 2.39.5