summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/linked_scripts/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/texlive/linked_scripts/Makefile.in')
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in
index 7f3f6c4fb39..39660cb42ab 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.in
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.in
@@ -304,12 +304,8 @@ texmf_shell_scripts = \
texlive-extra/texconfig-sys.sh \
texlive-extra/texconfig.sh \
texlive-extra/texlinks.sh \
- texosquery/texosquery.sh \
- texosquery/texosquery-jre5.sh \
- texosquery/texosquery-jre8.sh \
- tikztosvg/tikztosvg \
- typeoutfileinfo/typeoutfileinfo.sh \
- wordcount/wordcount.sh
+ texlive-extra/xetex-unsafe.sh \
+ texlive-extra/xelatex-unsafe.sh
texmf_other_scripts = \
a2ping/a2ping.pl \
@@ -738,6 +734,12 @@ scripts-list: Makefile
installdirs-local:
$(MKDIR_P) $(DESTDIR)$(bindir)
+ texosquery/texosquery.sh \
+ texosquery/texosquery-jre5.sh \
+ texosquery/texosquery-jre8.sh \
+ tikztosvg/tikztosvg \
+ typeoutfileinfo/typeoutfileinfo.sh \
+ wordcount/wordcount.sh
install-data-hook: installdirs-local
@WIN32_TRUE@ @for s in $(texmf_other_scripts); do \
@WIN32_TRUE@ t=`basename $$s | sed 's,\.[^/]*$$,,' | tr '[A-Z]' '[a-z]'`; \