]> git.donarmstrong.com Git - lilypond.git/commitdiff
(OUT_DIST_FILES): don't dist lexer.cc
authorhanwen <hanwen>
Sun, 24 Apr 2005 22:32:17 +0000 (22:32 +0000)
committerhanwen <hanwen>
Sun, 24 Apr 2005 22:32:17 +0000 (22:32 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi
lily/GNUmakefile

index 15b17e2ff0b92f5148ef49707a18af2246c5e3a6..3b8933dd1b8eb179104d224310e7dd5d5df4c1c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
+
 2005-04-22  Laura Conrad <lconrad@laymusic.org>
  
        * scripts/abc2ly:
index 2a7cb25125c7f65d76e5dc742f083f36324d98d1..f5252a7db5f1bd611978097b57aaff34bcd5b74b 100644 (file)
@@ -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
index 8dfb77025e4592e30e2827208bdf95d768052bba..257a416756ffb9fed70dc83f595e8034df2def8f 100644 (file)
@@ -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