From c4d80e7fae61a82c416a6467718148269338055c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 14 Jul 2007 13:58:35 -0700 Subject: [PATCH] don't dist removed file texinfo.cnf --- tex/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 34abb77ed9..51302a6309 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,7 +1,7 @@ depth = .. TEX_FILES = $(filter-out texinfo.tex, $(call src-wildcard,*.tex)) -EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex texinfo.cnf quotes.patch +EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex quotes.patch STEPMAKE_TEMPLATES=install install-out INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ -- 2.39.2