diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-07-14 13:58:35 -0700 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-07-14 13:58:35 -0700 |
commit | c4d80e7fae61a82c416a6467718148269338055c (patch) | |
tree | 7369288f3fd6c74afaff1a61253bcedced203425 /tex | |
parent | 528d91470d1d2e23cd5530b3ed875ec53c0485ff (diff) |
don't dist removed file texinfo.cnf
Diffstat (limited to 'tex')
-rw-r--r-- | tex/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |