summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-31 18:59:27 +0000
committerKarl Berry <karl@freefriends.org>2020-01-31 18:59:27 +0000
commit3bd232dd726daf258464933f206bc339d9120df5 (patch)
tree7016b218d20a57aac11a11f45f16d4a66d1fac16 /Build/source/Makefile.am
parent9a1ad7e9152cd1028cc01bd7430c10b17c5ead9c (diff)
rename tl_scripts dir to Build/source/texk/texlive/tl_support
git-svn-id: svn://tug.org/texlive/trunk@53614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r--Build/source/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am
index c8f521b368e..729fc8beb68 100644
--- a/Build/source/Makefile.am
+++ b/Build/source/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
## Makefile.am for the TeX Live top-level
##
-## Copyright 2016 Karl Berry <tex-live@tug.org>
+## Copyright 2016-2020 Karl Berry <tex-live@tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
@@ -47,7 +47,7 @@ include $(srcdir)/am/recurse.am
# Run texlinks here since the binaries won't be there
# at install-data, and fmtutil.cnf won't be there at install-exec,
# and there is no install-hook or install-local.
-texlinks_dir = texk/texlive/tl_scripts
+texlinks_dir = texk/texlive/tl_support
world: all
# Serialize 'make all' and 'make install-strip'.
@echo "top-level make $@: running install-strip..."