CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/04/24 22:32:17

Modified files:
        .              : ChangeLog 
        Documentation/topdocs: INSTALL.texi 
        lily           : GNUmakefile 

Log message:
        (OUT_DIST_FILES): don't dist lexer.cc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3494&tr2=1.3495&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/INSTALL.texi.diff?tr1=1.147&tr2=1.148&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/GNUmakefile.diff?tr1=1.43&tr2=1.44&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3494 lilypond/ChangeLog:1.3495
--- lilypond/ChangeLog:1.3494   Sun Apr 24 22:02:33 2005
+++ lilypond/ChangeLog  Sun Apr 24 22:32:17 2005
@@ -1,3 +1,7 @@
+2005-04-25  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
+
 2005-04-22  Laura Conrad <[EMAIL PROTECTED]>
  
        * scripts/abc2ly:
Index: lilypond/Documentation/topdocs/INSTALL.texi
diff -u lilypond/Documentation/topdocs/INSTALL.texi:1.147 
lilypond/Documentation/topdocs/INSTALL.texi:1.148
--- lilypond/Documentation/topdocs/INSTALL.texi:1.147   Mon Mar 28 10:21:18 2005
+++ lilypond/Documentation/topdocs/INSTALL.texi Sun Apr 24 22:32:17 2005
@@ -116,9 +116,6 @@
 
 @item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer).
 
[EMAIL PROTECTED] @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: lilypond/lily/GNUmakefile
diff -u lilypond/lily/GNUmakefile:1.43 lilypond/lily/GNUmakefile:1.44
--- lilypond/lily/GNUmakefile:1.43      Sat Apr 16 12:52:29 2005
+++ lilypond/lily/GNUmakefile   Sun Apr 24 22:32:17 2005
@@ -11,7 +11,7 @@
 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 
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to