diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-08-22 22:12:33 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-08-22 22:12:33 +0000 |
commit | 2876972b49a2b3f31fe84f4165871da8c3a5c36c (patch) | |
tree | 143fc5313c41cece2a1808a16722f086b2581a6b /tex | |
parent | ef4d5df574f93fa5ceda3f87906bce874043e40f (diff) |
(add_column): remove set_interface()
Diffstat (limited to 'tex')
-rw-r--r-- | tex/GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 706184ee68..894856efab 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,8 +1,7 @@ depth = .. TEX_FILES = $(wildcard *.tex) - -EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc +EXTRA_DIST_FILES = $(TEX_FILES) STEPMAKE_TEMPLATES=install INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ |