CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/09/06 16:04:15
Modified files: . : ChangeLog tex : GNUmakefile Log message: don't install texinfo.tex CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4115&tr2=1.4116&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/tex/GNUmakefile.diff?tr1=1.20&tr2=1.21&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4115 lilypond/ChangeLog:1.4116 --- lilypond/ChangeLog:1.4115 Tue Sep 6 15:48:22 2005 +++ lilypond/ChangeLog Tue Sep 6 16:04:15 2005 @@ -1,5 +1,9 @@ 2005-09-06 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * tex/GNUmakefile: don't install texinfo.tex + + * tex/ : cleanup: remove unused files. + * lily/general-scheme.cc: remove my_{isinf,isnan}. * flower/include/real.hh: using std::{isnan,isinf} Index: lilypond/tex/GNUmakefile diff -u lilypond/tex/GNUmakefile:1.20 lilypond/tex/GNUmakefile:1.21 --- lilypond/tex/GNUmakefile:1.20 Mon Aug 15 18:06:05 2005 +++ lilypond/tex/GNUmakefile Tue Sep 6 16:04:15 2005 @@ -1,7 +1,7 @@ depth = .. -TEX_FILES = $(wildcard *.tex) texinfo.cnf -EXTRA_DIST_FILES = $(TEX_FILES) +TEX_FILES = $(filter-out texinfo.tex, $(wildcard *.tex)) +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex texinfo.cnf STEPMAKE_TEMPLATES=install install-out INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs