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, 7 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in
index 39660cb42ab..1c990703cad 100644
--- a/Build/source/texk/texlive/linked_scripts/Makefile.in
+++ b/Build/source/texk/texlive/linked_scripts/Makefile.in
@@ -305,7 +305,13 @@ texmf_shell_scripts = \
texlive-extra/texconfig.sh \
texlive-extra/texlinks.sh \
texlive-extra/xetex-unsafe.sh \
- texlive-extra/xelatex-unsafe.sh
+ texlive-extra/xelatex-unsafe.sh \
+ texosquery/texosquery.sh \
+ texosquery/texosquery-jre5.sh \
+ texosquery/texosquery-jre8.sh \
+ tikztosvg/tikztosvg \
+ typeoutfileinfo/typeoutfileinfo.sh \
+ wordcount/wordcount.sh
texmf_other_scripts = \
a2ping/a2ping.pl \
@@ -734,12 +740,6 @@ 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]'`; \