]> git.donarmstrong.com Git - lilypond.git/commitdiff
don't install texinfo.tex
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Sep 2005 16:04:15 +0000 (16:04 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Sep 2005 16:04:15 +0000 (16:04 +0000)
ChangeLog
tex/GNUmakefile

index 65e5e4b9fed9be9b481d3de923b289ad319aa51c..4920fe3b995b525838aeaba95c7f153f699f8d7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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 17cdf42c631d85a4db00bd174421217f05367064..0787a4a1dbfca069645289d5e024af0a410a8a42 100644 (file)
@@ -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/