CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/07 22:50:49
Modified files:
. : ChangeLog
Documentation/user: GNUmakefile
flower : axis.cc
Log message:
(TEXINPUTS): set TEXINPUTS so our
texinfo.tex is always used.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3736&tr2=1.3737&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/GNUmakefile.diff?tr1=1.99&tr2=1.100&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/flower/axis.cc.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3736 lilypond/ChangeLog:1.3737
--- lilypond/ChangeLog:1.3736 Tue Jun 7 15:13:05 2005
+++ lilypond/ChangeLog Tue Jun 7 22:50:48 2005
@@ -1,3 +1,8 @@
+2005-06-08 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
+ texinfo.tex is always used.
+
2005-06-07 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* flower/include/axis.hh: rename from axes.hh
Index: lilypond/Documentation/user/GNUmakefile
diff -u lilypond/Documentation/user/GNUmakefile:1.99
lilypond/Documentation/user/GNUmakefile:1.100
--- lilypond/Documentation/user/GNUmakefile:1.99 Mon Apr 25 14:16:50 2005
+++ lilypond/Documentation/user/GNUmakefile Tue Jun 7 22:50:49 2005
@@ -29,6 +29,10 @@
LOCALSTEPMAKE_TEMPLATES=lilypond ly
+
+TEXINPUTS=$(topdir)/tex::
+export TEXINPUTS
+
include $(depth)/make/stepmake.make
dvi: $(DVI_FILES)
Index: lilypond/flower/axis.cc
diff -u lilypond/flower/axis.cc:1.17 lilypond/flower/axis.cc:1.18
--- lilypond/flower/axis.cc:1.17 Tue Jun 7 15:13:05 2005
+++ lilypond/flower/axis.cc Tue Jun 7 22:50:49 2005
@@ -5,6 +5,7 @@
*/
#include "axis.hh"
+
#include "string.hh"
String
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs