summaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorFrancisco Vila <francisco.vila@hispalinux.es>2011-01-31 16:53:16 +0100
committerFrancisco Vila <francisco.vila@hispalinux.es>2011-02-01 20:02:10 +0100
commitc58b9bd118958423656e674c25d940cdec71f58a (patch)
tree0044e3a967cb26f7bbd141d9be9e0dd8c120560f /tex
parent4c67a449e01a229165a8fd5f26c06cb90ba97346 (diff)
Build: end directories in their bare names and avoid some double slashes in logs.
Diffstat (limited to 'tex')
-rw-r--r--tex/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/GNUmakefile b/tex/GNUmakefile
index 64e2653bd9..51a54a43aa 100644
--- a/tex/GNUmakefile
+++ b/tex/GNUmakefile
@@ -5,7 +5,7 @@ TEX_FILES = $(filter-out $(TEXINFO_FILES),$(call src-wildcard,*.tex))
EXTRA_DIST_FILES = $(TEX_FILES) $(TEXINFO_FILES)
STEPMAKE_TEMPLATES = install install-out
-INSTALLATION_DIR = $(local_lilypond_datadir)/tex/
+INSTALLATION_DIR = $(local_lilypond_datadir)/tex
INSTALLATION_FILES = $(TEX_FILES)
include $(depth)/make/stepmake.make