From 314601c9fad0535d8a677c49095ad76211609b36 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 6 Sep 2005 16:04:15 +0000 Subject: [PATCH] don't install texinfo.tex --- ChangeLog | 4 ++++ tex/GNUmakefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65e5e4b9fe..4920fe3b99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-06 Han-Wen Nienhuys + * 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} diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 17cdf42c63..0787a4a1db 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -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/ -- 2.39.2