diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-21 18:33:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-21 18:33:23 +0000 |
commit | 7062d8632ec7d062d8f94ed590771e4ece15bb04 (patch) | |
tree | b6c7020967eaf010cf458ed70202f9648b9a85ff /Build | |
parent | 3e7076615c70dc952983d6425a00711927c9cea4 (diff) |
texmf-dist/scripts/texlive-extra: new directory, for miscellanous
scripts maintained as part of TeX Live, but not important for
infrastructure or installation.
allcm.sh, allneeded.sh: move there (from scripts/texlive).
texlive-extra.tlpsrc: new package.
tetex.tlpsrc: remove all*.sh and man pages from here.
collection-binextra.tlpsrc: add texlive-extra here.
bin/*/all*: adjust symlinks.
Build/.../texlive/linked_scripts/texlive-extra: new slave directory.
Adjust Makefile.am, including creating allec symlink here.
Build/.../texlive/tl_scripts: remove allcm.sh, allneeded.sh here.
Adjust Makefile.am.
Many more to move ...
git-svn-id: svn://tug.org/texlive/trunk@53480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.am | 3 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.in | 3 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/scripts.lst | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive-extra/allcm.sh (renamed from Build/source/texk/texlive/tl_scripts/allcm.sh) | 0 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive-extra/allneeded.sh (renamed from Build/source/texk/texlive/tl_scripts/allneeded.sh) | 0 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/texlive/tl_scripts/scripts.lst | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index 20cc60e497d..722796f2108 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -204,6 +204,8 @@ texmf_other_scripts = \ texlive/updmap-sys.sh \ texlive/updmap-user.sh \ texlive/updmap.pl \ + texlive-extra/allcm.sh \ + texlive-extra/allneeded.sh \ texliveonfly/texliveonfly.py \ texloganalyser/texloganalyser \ texplate/texplate.sh \ @@ -236,6 +238,7 @@ nobase_dist_texmf_scripts_SCRIPTS = \ ## Symlinks within $(bindir): FILE:LINK here means "ln -s FILE LINK" is done. bin_links = \ + allcm:allec \ cluttex:clxelatex \ cluttex:cllualatex \ epstopdf:repstopdf \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 2638631a1c7..4e1ffd9efc5 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -417,6 +417,8 @@ texmf_other_scripts = \ texlive/updmap-sys.sh \ texlive/updmap-user.sh \ texlive/updmap.pl \ + texlive-extra/allcm.sh \ + texlive-extra/allneeded.sh \ texliveonfly/texliveonfly.py \ texloganalyser/texloganalyser \ texplate/texplate.sh \ @@ -445,6 +447,7 @@ nobase_dist_texmf_scripts_SCRIPTS = \ $(texmf_context_scripts) bin_links = \ + allcm:allec \ cluttex:clxelatex \ cluttex:cllualatex \ epstopdf:repstopdf \ diff --git a/Build/source/texk/texlive/linked_scripts/scripts.lst b/Build/source/texk/texlive/linked_scripts/scripts.lst index b7861c5f665..9620e283975 100644 --- a/Build/source/texk/texlive/linked_scripts/scripts.lst +++ b/Build/source/texk/texlive/linked_scripts/scripts.lst @@ -147,6 +147,8 @@ texlive/tlmgr.pl texlive/updmap-sys.sh texlive/updmap-user.sh texlive/updmap.pl +texlive-extra/allcm.sh +texlive-extra/allneeded.sh texliveonfly/texliveonfly.py texloganalyser/texloganalyser texplate/texplate.sh diff --git a/Build/source/texk/texlive/tl_scripts/allcm.sh b/Build/source/texk/texlive/linked_scripts/texlive-extra/allcm.sh index 945c7c88457..945c7c88457 100755 --- a/Build/source/texk/texlive/tl_scripts/allcm.sh +++ b/Build/source/texk/texlive/linked_scripts/texlive-extra/allcm.sh diff --git a/Build/source/texk/texlive/tl_scripts/allneeded.sh b/Build/source/texk/texlive/linked_scripts/texlive-extra/allneeded.sh index 15c62c84adb..15c62c84adb 100755 --- a/Build/source/texk/texlive/tl_scripts/allneeded.sh +++ b/Build/source/texk/texlive/linked_scripts/texlive-extra/allneeded.sh diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.am b/Build/source/texk/texlive/tl_scripts/Makefile.am index f10160f4cd2..4581b105c17 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.am +++ b/Build/source/texk/texlive/tl_scripts/Makefile.am @@ -26,8 +26,6 @@ EXTRA_DIST = scripts.lst # These first variable definitions are what scripts_links.am requires. perl_scripts = e2pall sh_scripts = \ - allcm \ - allneeded \ dvi2fax \ dvired \ fontinst \ diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.in b/Build/source/texk/texlive/tl_scripts/Makefile.in index 89a25b7ddf2..73356bca87d 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.in +++ b/Build/source/texk/texlive/tl_scripts/Makefile.in @@ -258,8 +258,6 @@ EXTRA_DIST = scripts.lst $(top_builddir)/../../build-aux/relpath \ # These first variable definitions are what scripts_links.am requires. perl_scripts = e2pall sh_scripts = \ - allcm \ - allneeded \ dvi2fax \ dvired \ fontinst \ diff --git a/Build/source/texk/texlive/tl_scripts/scripts.lst b/Build/source/texk/texlive/tl_scripts/scripts.lst index 190f0fd3e88..da82d9da8dc 100644 --- a/Build/source/texk/texlive/tl_scripts/scripts.lst +++ b/Build/source/texk/texlive/tl_scripts/scripts.lst @@ -1,7 +1,5 @@ tl_scripts=' e2pall.pl -allcm.sh -allneeded.sh dvi2fax.sh dvired.sh fontinst.sh |